Color spaces of #210fad
RGB | 33 | 15 | 173 |
---|---|---|---|
HSL | 0.69 | 0.84 | 0.37 |
HSV | 247° | 91° | 68° |
CMYK | 0.81 | 0.91 | 0.00 0.32 |
XYZ | 8.3408 | 3.6821 | 39.8063 |
Yxy | 3.6821 | 0.1609 | 0.0710 |
Hunter Lab | 19.1888 | 44.0082 | -109.5623 |
CIE-Lab | 22.5913 | 55.8490 | -76.4713 |
#210fad color RGB value is (33,15,173).
#210fad hex color red value is 33, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #210fad hue: 0.69 , saturation: 0.84 and the lightness value of 210fad is 0.37.
The process color (four color CMYK) of #210fad color hex is 0.81, 0.91, 0.00, 0.32. Web safe color of #210fad is #330099. Color #210fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100001 | 00001111 | 10101101 |
Octal | 41 | 17 | 255 |
Decimal | 33 | 15 | 173 |
Hex | 21 | F | AD |
Shades of #210fad
Tints of #210fad
RGB Percentages of Color #210fad
CMYK Percentages of Color #210fad
Complementary Color
#210fad | #9bad0f |
#210fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#210fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#210fad Color CSS Codes
.mybgcolor {background-color:#210fad; } .myforecolor {color:#210fad; } .mybordercolor {border:3px solid #210fad; }
#210fad Text Font Color
<p style="color:#210fad">Text here</p>
This sample text font color is #210fad
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.
#210fad Background Color
<div style="background-color:#210fad">
Div content here</div>
This div background color is #210fad
#210fad Border Color
<div style="border:3px solid #210fad">
Div here</div>
This div border color is #210fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(33,15,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #210fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #210fad; -webkit-box-shadow: 1px 1px 3px 2px #210fad; box-shadow: 1px 1px 3px 2px #210fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(33,15,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #210fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #210fad; -webkit-box-shadow: 1px 1px 3px 2px #210fad; box-shadow: 1px 1px 3px 2px #210fad;">
Div content here</div>
This div box has shadow with color #210fad
Comments
No comments written yet.
Please login to write comment.