Color spaces of #4411ac
RGB | 68 | 17 | 172 |
---|---|---|---|
HSL | 0.72 | 0.82 | 0.37 |
HSV | 260° | 90° | 67° |
CMYK | 0.60 | 0.90 | 0.00 0.33 |
XYZ | 10.0307 | 4.6084 | 39.3906 |
Yxy | 4.6084 | 0.1857 | 0.0853 |
Hunter Lab | 21.4672 | 45.8379 | -93.7655 |
CIE-Lab | 25.5886 | 57.0226 | -70.8040 |
#4411ac color RGB value is (68,17,172).
#4411ac hex color red value is 68, green value is 17 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4411ac hue: 0.72 , saturation: 0.82 and the lightness value of 4411ac is 0.37.
The process color (four color CMYK) of #4411ac color hex is 0.60, 0.90, 0.00, 0.33. Web safe color of #4411ac is #330099. Color #4411ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00010001 | 10101100 |
Octal | 104 | 21 | 254 |
Decimal | 68 | 17 | 172 |
Hex | 44 | 11 | AC |
Shades of #4411ac
Tints of #4411ac
RGB Percentages of Color #4411ac
CMYK Percentages of Color #4411ac
Complementary Color
#4411ac | #79ac11 |
#4411ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4411ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4411ac Color CSS Codes
.mybgcolor {background-color:#4411ac; } .myforecolor {color:#4411ac; } .mybordercolor {border:3px solid #4411ac; }
#4411ac Text Font Color
<p style="color:#4411ac">Text here</p>
This sample text font color is #4411ac
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.
#4411ac Background Color
<div style="background-color:#4411ac">
Div content here</div>
This div background color is #4411ac
#4411ac Border Color
<div style="border:3px solid #4411ac">
Div here</div>
This div border color is #4411ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,17,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4411ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4411ac; -webkit-box-shadow: 1px 1px 3px 2px #4411ac; box-shadow: 1px 1px 3px 2px #4411ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,17,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 #4411ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4411ac; -webkit-box-shadow: 1px 1px 3px 2px #4411ac; box-shadow: 1px 1px 3px 2px #4411ac;">
Div content here</div>
This div box has shadow with color #4411ac
Comments
No comments written yet.
Please login to write comment.