color details

Color Details
#603c7b Color Hex

#603c7b color RGB value is (6, 3, 199).
#603c7b hex color red value is 6, green value is 3, and blue value is 199.
Cylindrical-coordinate representations (HSL) of color #603c7b hue: 240.92, saturation: 0.97 and lightness: 0.4.

The process color (four-color CMYK) of #603c7b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #603c7b is #ff9999. Color #603c7b contains mainly RED.

Color Spaces
Color spaces of #603c7bValue
RGB96, 60, 123
HSL0.76, 0.34, 0.36
HSV274°, 51°, 48°
XYZ10.01, 7.15, 19.59
Base Numbers
Base Red Green Blue
Binary 1100000 111100 1111011
Octal 140 74 173
Decimal 96 60 123
Hex 60 3C 7B

RGB Percentages for Color #603c7b

34.41%
21.51%
44.09%

CMYK Percentages of the Color #603c7b

21.95%
51.22%
51.76%
CSS Codes for Color #603c7b
.mybgColor {background-color: #603c7b;}
.myforeColor {color: #603c7b;}
.myborderColor {border:3px solid #603c7b;}
Text Font Color #603c7b

<p style="color:#603c7b">Text here</p>

This sample text is styled with the font color #603c7b. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #603c7b

<div style="background-color:#603c7b">Div content here</div>

The background color of this div is #603c7b
Border Color #603c7b

<div style="border:3px solid #603c7b">Div here</div>

The border color of this div is #603c7b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(96, 60, 123, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #603c7b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #603c7b;
-webkit-box-shadow: 1px 1px 3px #603c7b;
box-shadow: 1px 1px 3px #603c7b;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96, 60, 123, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #603c7b;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #603c7b; -webkit-box-shadow: 1px 1px 3px #603c7b; box-shadow: 1px 1px 3px #603c7b;">Div content here</div>

This div box has a shadow with a specified color. #603c7b

Scroll to Top