Color spaces of #421535
RGB | 66 | 21 | 53 |
---|---|---|---|
HSL | 0.88 | 0.52 | 0.17 |
HSV | 317° | 68° | 26° |
CMYK | 0.00 | 0.68 | 0.20 0.74 |
XYZ | 3.1575 | 1.9516 | 3.5784 |
Yxy | 1.9516 | 0.3635 | 0.2246 |
Hunter Lab | 13.9700 | 15.8972 | -5.4081 |
CIE-Lab | 15.2312 | 26.1159 | -10.2160 |
#421535 color RGB value is (66,21,53).
#421535 hex color red value is 66, green value is 21 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #421535 hue: 0.88 , saturation: 0.52 and the lightness value of 421535 is 0.17.
The process color (four color CMYK) of #421535 color hex is 0.00, 0.68, 0.20, 0.74. Web safe color of #421535 is #330033. Color #421535 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00010101 | 00110101 |
Octal | 102 | 25 | 65 |
Decimal | 66 | 21 | 53 |
Hex | 42 | 15 | 35 |
Shades of #421535
Tints of #421535
RGB Percentages of Color #421535
CMYK Percentages of Color #421535
Complementary Color
#421535 | #154222 |
#421535 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#421535 Color Preview on White Background
Lorem ipsum dolor sit amet.
#421535 Color CSS Codes
.mybgcolor {background-color:#421535; } .myforecolor {color:#421535; } .mybordercolor {border:3px solid #421535; }
#421535 Text Font Color
<p style="color:#421535">Text here</p>
This sample text font color is #421535
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.
#421535 Background Color
<div style="background-color:#421535">
Div content here</div>
This div background color is #421535
#421535 Border Color
<div style="border:3px solid #421535">
Div here</div>
This div border color is #421535
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,21,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #421535; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #421535; -webkit-box-shadow: 1px 1px 3px 2px #421535; box-shadow: 1px 1px 3px 2px #421535; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,21,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #421535">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #421535; -webkit-box-shadow: 1px 1px 3px 2px #421535; box-shadow: 1px 1px 3px 2px #421535;">
Div content here</div>
This div box has shadow with color #421535
Comments
No comments written yet.
Please login to write comment.