Color spaces of #4114ab
RGB | 65 | 20 | 171 |
---|---|---|---|
HSL | 0.72 | 0.79 | 0.37 |
HSV | 258° | 88° | 67° |
CMYK | 0.62 | 0.88 | 0.00 0.33 |
XYZ | 9.7808 | 4.5644 | 38.8936 |
Yxy | 4.5644 | 0.1837 | 0.0857 |
Hunter Lab | 21.3645 | 44.3308 | -92.9812 |
CIE-Lab | 25.4559 | 55.6162 | -70.4310 |
#4114ab color RGB value is (65,20,171).
#4114ab hex color red value is 65, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4114ab hue: 0.72 , saturation: 0.79 and the lightness value of 4114ab is 0.37.
The process color (four color CMYK) of #4114ab color hex is 0.62, 0.88, 0.00, 0.33. Web safe color of #4114ab is #330099. Color #4114ab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00010100 | 10101011 |
Octal | 101 | 24 | 253 |
Decimal | 65 | 20 | 171 |
Hex | 41 | 14 | AB |
Shades of #4114ab
Tints of #4114ab
RGB Percentages of Color #4114ab
CMYK Percentages of Color #4114ab
Complementary Color
#4114ab | #7eab14 |
#4114ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4114ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#4114ab Color CSS Codes
.mybgcolor {background-color:#4114ab; } .myforecolor {color:#4114ab; } .mybordercolor {border:3px solid #4114ab; }
#4114ab Text Font Color
<p style="color:#4114ab">Text here</p>
This sample text font color is #4114ab
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.
#4114ab Background Color
<div style="background-color:#4114ab">
Div content here</div>
This div background color is #4114ab
#4114ab Border Color
<div style="border:3px solid #4114ab">
Div here</div>
This div border color is #4114ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,20,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4114ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4114ab; -webkit-box-shadow: 1px 1px 3px 2px #4114ab; box-shadow: 1px 1px 3px 2px #4114ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,20,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4114ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4114ab; -webkit-box-shadow: 1px 1px 3px 2px #4114ab; box-shadow: 1px 1px 3px 2px #4114ab;">
Div content here</div>
This div box has shadow with color #4114ab
Comments
No comments written yet.
Please login to write comment.