Color spaces of #42125b
RGB | 66 | 18 | 91 |
---|---|---|---|
HSL | 0.78 | 0.67 | 0.21 |
HSV | 279° | 80° | 36° |
CMYK | 0.27 | 0.80 | 0.00 0.64 |
XYZ | 4.3514 | 2.3462 | 10.1210 |
Yxy | 2.3462 | 0.2587 | 0.1395 |
Hunter Lab | 15.3173 | 23.9037 | -28.4541 |
CIE-Lab | 17.2083 | 35.7292 | -33.3422 |
#42125b color RGB value is (66,18,91).
#42125b hex color red value is 66, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #42125b hue: 0.78 , saturation: 0.67 and the lightness value of 42125b is 0.21.
The process color (four color CMYK) of #42125b color hex is 0.27, 0.80, 0.00, 0.64. Web safe color of #42125b is #330066. Color #42125b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00010010 | 01011011 |
Octal | 102 | 22 | 133 |
Decimal | 66 | 18 | 91 |
Hex | 42 | 12 | 5B |
Shades of #42125b
Tints of #42125b
RGB Percentages of Color #42125b
CMYK Percentages of Color #42125b
Complementary Color
#42125b | #2b5b12 |
#42125b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42125b Color Preview on White Background
Lorem ipsum dolor sit amet.
#42125b Color CSS Codes
.mybgcolor {background-color:#42125b; } .myforecolor {color:#42125b; } .mybordercolor {border:3px solid #42125b; }
#42125b Text Font Color
<p style="color:#42125b">Text here</p>
This sample text font color is #42125b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#42125b Background Color
<div style="background-color:#42125b">
Div content here</div>
This div background color is #42125b
#42125b Border Color
<div style="border:3px solid #42125b">
Div here</div>
This div border color is #42125b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,18,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42125b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42125b; -webkit-box-shadow: 1px 1px 3px 2px #42125b; box-shadow: 1px 1px 3px 2px #42125b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,18,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42125b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42125b; -webkit-box-shadow: 1px 1px 3px 2px #42125b; box-shadow: 1px 1px 3px 2px #42125b;">
Div content here</div>
This div box has shadow with color #42125b
Comments
No comments written yet.
Please login to write comment.