Color spaces of #42454e
RGB | 66 | 69 | 78 |
---|---|---|---|
HSL | 0.63 | 0.08 | 0.28 |
HSV | 225° | 15° | 31° |
CMYK | 0.15 | 0.12 | 0.00 0.69 |
XYZ | 5.7500 | 5.9646 | 8.0559 |
Yxy | 5.9646 | 0.2908 | 0.3017 |
Hunter Lab | 24.4225 | -0.7137 | -2.4613 |
CIE-Lab | 29.3230 | 0.9240 | -5.8187 |
#42454e color RGB value is (66,69,78).
#42454e hex color red value is 66, green value is 69 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #42454e hue: 0.63 , saturation: 0.08 and the lightness value of 42454e is 0.28.
The process color (four color CMYK) of #42454e color hex is 0.15, 0.12, 0.00, 0.69. Web safe color of #42454e is #333366. Color #42454e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01000101 | 01001110 |
Octal | 102 | 105 | 116 |
Decimal | 66 | 69 | 78 |
Hex | 42 | 45 | 4E |
Shades of #42454e
Tints of #42454e
RGB Percentages of Color #42454e
CMYK Percentages of Color #42454e
Complementary Color
#42454e | #4e4b42 |
#42454e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42454e Color Preview on White Background
Lorem ipsum dolor sit amet.
#42454e Color CSS Codes
.mybgcolor {background-color:#42454e; } .myforecolor {color:#42454e; } .mybordercolor {border:3px solid #42454e; }
#42454e Text Font Color
<p style="color:#42454e">Text here</p>
This sample text font color is #42454e
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.
#42454e Background Color
<div style="background-color:#42454e">
Div content here</div>
This div background color is #42454e
#42454e Border Color
<div style="border:3px solid #42454e">
Div here</div>
This div border color is #42454e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,69,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42454e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42454e; -webkit-box-shadow: 1px 1px 3px 2px #42454e; box-shadow: 1px 1px 3px 2px #42454e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,69,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42454e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42454e; -webkit-box-shadow: 1px 1px 3px 2px #42454e; box-shadow: 1px 1px 3px 2px #42454e;">
Div content here</div>
This div box has shadow with color #42454e
Comments
No comments written yet.
Please login to write comment.