Color spaces of #010dad
RGB | 1 | 13 | 173 |
---|---|---|---|
HSL | 0.66 | 0.99 | 0.34 |
HSV | 236° | 99° | 68° |
CMYK | 0.99 | 0.92 | 0.00 0.32 |
XYZ | 7.6993 | 3.3114 | 39.7685 |
Yxy | 3.3114 | 0.1516 | 0.0652 |
Hunter Lab | 18.1973 | 43.6786 | -116.8350 |
CIE-Lab | 21.2502 | 55.7809 | -78.7383 |
#010dad color RGB value is (1,13,173).
#010dad hex color red value is 1, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #010dad hue: 0.66 , saturation: 0.99 and the lightness value of 010dad is 0.34.
The process color (four color CMYK) of #010dad color hex is 0.99, 0.92, 0.00, 0.32. Web safe color of #010dad is #000099. Color #010dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00001101 | 10101101 |
Octal | 1 | 15 | 255 |
Decimal | 1 | 13 | 173 |
Hex | 1 | D | AD |
Shades of #010dad
Tints of #010dad
RGB Percentages of Color #010dad
CMYK Percentages of Color #010dad
Complementary Color
#010dad | #ada101 |
#010dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#010dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#010dad Color CSS Codes
.mybgcolor {background-color:#010dad; } .myforecolor {color:#010dad; } .mybordercolor {border:3px solid #010dad; }
#010dad Text Font Color
<p style="color:#010dad">Text here</p>
This sample text font color is #010dad
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.
#010dad Background Color
<div style="background-color:#010dad">
Div content here</div>
This div background color is #010dad
#010dad Border Color
<div style="border:3px solid #010dad">
Div here</div>
This div border color is #010dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,13,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #010dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #010dad; -webkit-box-shadow: 1px 1px 3px 2px #010dad; box-shadow: 1px 1px 3px 2px #010dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,13,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 #010dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #010dad; -webkit-box-shadow: 1px 1px 3px 2px #010dad; box-shadow: 1px 1px 3px 2px #010dad;">
Div content here</div>
This div box has shadow with color #010dad
Comments
No comments written yet.
Please login to write comment.