Color spaces of #1d01ef
RGB | 29 | 1 | 239 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.47 |
HSV | 247° | 100° | 94° |
CMYK | 0.88 | 1.00 | 0.00 0.06 |
XYZ | 16.0975 | 6.5149 | 82.0704 |
Yxy | 6.5149 | 0.1538 | 0.0622 |
Hunter Lab | 25.5243 | 67.9077 | -172.7730 |
CIE-Lab | 30.6760 | 75.4471 | -101.5384 |
#1d01ef color RGB value is (29,1,239).
#1d01ef hex color red value is 29, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1d01ef hue: 0.69 , saturation: 0.99 and the lightness value of 1d01ef is 0.47.
The process color (four color CMYK) of #1d01ef color hex is 0.88, 1.00, 0.00, 0.06. Web safe color of #1d01ef is #3300ff. Color #1d01ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 00000001 | 11101111 |
Octal | 35 | 1 | 357 |
Decimal | 29 | 1 | 239 |
Hex | 1D | 1 | EF |
Shades of #1d01ef
Tints of #1d01ef
RGB Percentages of Color #1d01ef
CMYK Percentages of Color #1d01ef
Complementary Color
#1d01ef | #d3ef01 |
#1d01ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1d01ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#1d01ef Color CSS Codes
.mybgcolor {background-color:#1d01ef; } .myforecolor {color:#1d01ef; } .mybordercolor {border:3px solid #1d01ef; }
#1d01ef Text Font Color
<p style="color:#1d01ef">Text here</p>
This sample text font color is #1d01ef
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.
#1d01ef Background Color
<div style="background-color:#1d01ef">
Div content here</div>
This div background color is #1d01ef
#1d01ef Border Color
<div style="border:3px solid #1d01ef">
Div here</div>
This div border color is #1d01ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,1,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1d01ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1d01ef; -webkit-box-shadow: 1px 1px 3px 2px #1d01ef; box-shadow: 1px 1px 3px 2px #1d01ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,1,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1d01ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1d01ef; -webkit-box-shadow: 1px 1px 3px 2px #1d01ef; box-shadow: 1px 1px 3px 2px #1d01ef;">
Div content here</div>
This div box has shadow with color #1d01ef
Comments
No comments written yet.
Please login to write comment.