Color spaces of #42347d
RGB | 66 | 52 | 125 |
---|---|---|---|
HSL | 0.70 | 0.41 | 0.35 |
HSV | 252° | 58° | 49° |
CMYK | 0.47 | 0.58 | 0.00 0.51 |
XYZ | 7.1764 | 5.0949 | 20.0072 |
Yxy | 5.0949 | 0.2223 | 0.1578 |
Hunter Lab | 22.5719 | 17.2507 | -36.7530 |
CIE-Lab | 27.0034 | 25.9695 | -39.5592 |
#42347d color RGB value is (66,52,125).
#42347d hex color red value is 66, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42347d hue: 0.70 , saturation: 0.41 and the lightness value of 42347d is 0.35.
The process color (four color CMYK) of #42347d color hex is 0.47, 0.58, 0.00, 0.51. Web safe color of #42347d is #333366. Color #42347d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00110100 | 01111101 |
Octal | 102 | 64 | 175 |
Decimal | 66 | 52 | 125 |
Hex | 42 | 34 | 7D |
Shades of #42347d
Tints of #42347d
RGB Percentages of Color #42347d
CMYK Percentages of Color #42347d
Complementary Color
#42347d | #6f7d34 |
#42347d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42347d Color Preview on White Background
Lorem ipsum dolor sit amet.
#42347d Color CSS Codes
.mybgcolor {background-color:#42347d; } .myforecolor {color:#42347d; } .mybordercolor {border:3px solid #42347d; }
#42347d Text Font Color
<p style="color:#42347d">Text here</p>
This sample text font color is #42347d
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.
#42347d Background Color
<div style="background-color:#42347d">
Div content here</div>
This div background color is #42347d
#42347d Border Color
<div style="border:3px solid #42347d">
Div here</div>
This div border color is #42347d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,52,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42347d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42347d; -webkit-box-shadow: 1px 1px 3px 2px #42347d; box-shadow: 1px 1px 3px 2px #42347d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,52,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42347d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42347d; -webkit-box-shadow: 1px 1px 3px 2px #42347d; box-shadow: 1px 1px 3px 2px #42347d;">
Div content here</div>
This div box has shadow with color #42347d
Comments
No comments written yet.
Please login to write comment.