Color spaces of #210eae
RGB | 33 | 14 | 174 |
---|---|---|---|
HSL | 0.69 | 0.85 | 0.37 |
HSV | 247° | 92° | 68° |
CMYK | 0.81 | 0.92 | 0.00 0.32 |
XYZ | 8.4242 | 3.6934 | 40.3133 |
Yxy | 3.6934 | 0.1607 | 0.0704 |
Hunter Lab | 19.2182 | 44.6126 | -110.9175 |
CIE-Lab | 22.6308 | 56.4171 | -77.0079 |
#210eae color RGB value is (33,14,174).
#210eae hex color red value is 33, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #210eae hue: 0.69 , saturation: 0.85 and the lightness value of 210eae is 0.37.
The process color (four color CMYK) of #210eae color hex is 0.81, 0.92, 0.00, 0.32. Web safe color of #210eae is #330099. Color #210eae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00001110 | 10101110 |
Octal | 41 | 16 | 256 |
Decimal | 33 | 14 | 174 |
Hex | 21 | E | AE |
Shades of #210eae
Tints of #210eae
RGB Percentages of Color #210eae
CMYK Percentages of Color #210eae
Complementary Color
#210eae | #9bae0e |
#210eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#210eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#210eae Color CSS Codes
.mybgcolor {background-color:#210eae; } .myforecolor {color:#210eae; } .mybordercolor {border:3px solid #210eae; }
#210eae Text Font Color
<p style="color:#210eae">Text here</p>
This sample text font color is #210eae
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.
#210eae Background Color
<div style="background-color:#210eae">
Div content here</div>
This div background color is #210eae
#210eae Border Color
<div style="border:3px solid #210eae">
Div here</div>
This div border color is #210eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,14,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #210eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #210eae; -webkit-box-shadow: 1px 1px 3px 2px #210eae; box-shadow: 1px 1px 3px 2px #210eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,14,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #210eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #210eae; -webkit-box-shadow: 1px 1px 3px 2px #210eae; box-shadow: 1px 1px 3px 2px #210eae;">
Div content here</div>
This div box has shadow with color #210eae
#210eae Color Palettes
Comments
No comments written yet.
Please login to write comment.