Color spaces of #421cac
RGB | 66 | 28 | 172 |
---|---|---|---|
HSL | 0.71 | 0.72 | 0.39 |
HSV | 256° | 84° | 67° |
CMYK | 0.62 | 0.84 | 0.00 0.33 |
XYZ | 10.1084 | 4.9673 | 39.4557 |
Yxy | 4.9673 | 0.1854 | 0.0911 |
Hunter Lab | 22.2874 | 41.9551 | -89.3605 |
CIE-Lab | 26.6414 | 53.0934 | -69.0673 |
#421cac color RGB value is (66,28,172).
#421cac hex color red value is 66, green value is 28 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #421cac hue: 0.71 , saturation: 0.72 and the lightness value of 421cac is 0.39.
The process color (four color CMYK) of #421cac color hex is 0.62, 0.84, 0.00, 0.33. Web safe color of #421cac is #333399. Color #421cac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00011100 | 10101100 |
Octal | 102 | 34 | 254 |
Decimal | 66 | 28 | 172 |
Hex | 42 | 1C | AC |
Shades of #421cac
Tints of #421cac
RGB Percentages of Color #421cac
CMYK Percentages of Color #421cac
Complementary Color
#421cac | #86ac1c |
#421cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#421cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#421cac Color CSS Codes
.mybgcolor {background-color:#421cac; } .myforecolor {color:#421cac; } .mybordercolor {border:3px solid #421cac; }
#421cac Text Font Color
<p style="color:#421cac">Text here</p>
This sample text font color is #421cac
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.
#421cac Background Color
<div style="background-color:#421cac">
Div content here</div>
This div background color is #421cac
#421cac Border Color
<div style="border:3px solid #421cac">
Div here</div>
This div border color is #421cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,28,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #421cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #421cac; -webkit-box-shadow: 1px 1px 3px 2px #421cac; box-shadow: 1px 1px 3px 2px #421cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,28,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #421cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #421cac; -webkit-box-shadow: 1px 1px 3px 2px #421cac; box-shadow: 1px 1px 3px 2px #421cac;">
Div content here</div>
This div box has shadow with color #421cac
Comments
No comments written yet.
Please login to write comment.