Color spaces of #d26003
RGB | 210 | 96 | 3 |
---|---|---|---|
HSL | 0.07 | 0.97 | 0.42 |
HSV | 27° | 99° | 82° |
CMYK | 0.00 | 0.54 | 0.99 0.18 |
XYZ | 30.7776 | 22.0740 | 2.7247 |
Yxy | 22.0740 | 0.5538 | 0.3972 |
Hunter Lab | 46.9830 | 34.7115 | 29.4497 |
CIE-Lab | 54.1054 | 41.1701 | 62.3723 |
#d26003 color RGB value is (210,96,3).
#d26003 hex color red value is 210, green value is 96 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d26003 hue: 0.07 , saturation: 0.97 and the lightness value of d26003 is 0.42.
The process color (four color CMYK) of #d26003 color hex is 0.00, 0.54, 0.99, 0.18. Web safe color of #d26003 is #cc6600. Color #d26003 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01100000 | 00000011 |
Octal | 322 | 140 | 3 |
Decimal | 210 | 96 | 3 |
Hex | D2 | 60 | 3 |
Shades of #d26003
Tints of #d26003
RGB Percentages of Color #d26003
CMYK Percentages of Color #d26003
Complementary Color
#d26003 | #0375d2 |
#d26003 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d26003 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d26003 Color CSS Codes
.mybgcolor {background-color:#d26003; } .myforecolor {color:#d26003; } .mybordercolor {border:3px solid #d26003; }
#d26003 Text Font Color
<p style="color:#d26003">Text here</p>
This sample text font color is #d26003
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.
#d26003 Background Color
<div style="background-color:#d26003">
Div content here</div>
This div background color is #d26003
#d26003 Border Color
<div style="border:3px solid #d26003">
Div here</div>
This div border color is #d26003
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,96,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d26003; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d26003; -webkit-box-shadow: 1px 1px 3px 2px #d26003; box-shadow: 1px 1px 3px 2px #d26003; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,96,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d26003">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d26003; -webkit-box-shadow: 1px 1px 3px 2px #d26003; box-shadow: 1px 1px 3px 2px #d26003;">
Div content here</div>
This div box has shadow with color #d26003
Comments
No comments written yet.
Please login to write comment.