Color spaces of #42576a
RGB | 66 | 87 | 106 |
---|---|---|---|
HSL | 0.58 | 0.23 | 0.34 |
HSV | 209° | 38° | 42° |
CMYK | 0.38 | 0.18 | 0.00 0.58 |
XYZ | 8.2565 | 9.0152 | 14.9406 |
Yxy | 9.0152 | 0.2563 | 0.2799 |
Hunter Lab | 30.0253 | -3.4596 | -8.4850 |
CIE-Lab | 36.0135 | -2.7564 | -13.4786 |
#42576a color RGB value is (66,87,106).
#42576a hex color red value is 66, green value is 87 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #42576a hue: 0.58 , saturation: 0.23 and the lightness value of 42576a is 0.34.
The process color (four color CMYK) of #42576a color hex is 0.38, 0.18, 0.00, 0.58. Web safe color of #42576a is #336666. Color #42576a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01010111 | 01101010 |
Octal | 102 | 127 | 152 |
Decimal | 66 | 87 | 106 |
Hex | 42 | 57 | 6A |
Shades of #42576a
Tints of #42576a
RGB Percentages of Color #42576a
CMYK Percentages of Color #42576a
Complementary Color
#42576a | #6a5542 |
#42576a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42576a Color Preview on White Background
Lorem ipsum dolor sit amet.
#42576a Color CSS Codes
.mybgcolor {background-color:#42576a; } .myforecolor {color:#42576a; } .mybordercolor {border:3px solid #42576a; }
#42576a Text Font Color
<p style="color:#42576a">Text here</p>
This sample text font color is #42576a
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.
#42576a Background Color
<div style="background-color:#42576a">
Div content here</div>
This div background color is #42576a
#42576a Border Color
<div style="border:3px solid #42576a">
Div here</div>
This div border color is #42576a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,87,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42576a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42576a; -webkit-box-shadow: 1px 1px 3px 2px #42576a; box-shadow: 1px 1px 3px 2px #42576a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,87,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42576a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42576a; -webkit-box-shadow: 1px 1px 3px 2px #42576a; box-shadow: 1px 1px 3px 2px #42576a;">
Div content here</div>
This div box has shadow with color #42576a
Comments
No comments written yet.
Please login to write comment.