Color spaces of #d8502a
RGB | 216 | 80 | 42 |
---|---|---|---|
HSL | 0.04 | 0.69 | 0.51 |
HSV | 13° | 81° | 85° |
CMYK | 0.00 | 0.63 | 0.81 0.15 |
XYZ | 31.6055 | 20.5034 | 4.4823 |
Yxy | 20.5034 | 0.5585 | 0.3623 |
Hunter Lab | 45.2807 | 45.3502 | 25.8274 |
CIE-Lab | 52.4017 | 51.5654 | 48.8765 |
#d8502a color RGB value is (216,80,42).
#d8502a hex color red value is 216, green value is 80 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d8502a hue: 0.04 , saturation: 0.69 and the lightness value of d8502a is 0.51.
The process color (four color CMYK) of #d8502a color hex is 0.00, 0.63, 0.81, 0.15. Web safe color of #d8502a is #cc6633. Color #d8502a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01010000 | 00101010 |
Octal | 330 | 120 | 52 |
Decimal | 216 | 80 | 42 |
Hex | D8 | 50 | 2A |
Shades of #d8502a
Tints of #d8502a
RGB Percentages of Color #d8502a
CMYK Percentages of Color #d8502a
Complementary Color
#d8502a | #2ab2d8 |
#d8502a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8502a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8502a Color CSS Codes
.mybgcolor {background-color:#d8502a; } .myforecolor {color:#d8502a; } .mybordercolor {border:3px solid #d8502a; }
#d8502a Text Font Color
<p style="color:#d8502a">Text here</p>
This sample text font color is #d8502a
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.
#d8502a Background Color
<div style="background-color:#d8502a">
Div content here</div>
This div background color is #d8502a
#d8502a Border Color
<div style="border:3px solid #d8502a">
Div here</div>
This div border color is #d8502a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,80,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8502a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8502a; -webkit-box-shadow: 1px 1px 3px 2px #d8502a; box-shadow: 1px 1px 3px 2px #d8502a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,80,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8502a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8502a; -webkit-box-shadow: 1px 1px 3px 2px #d8502a; box-shadow: 1px 1px 3px 2px #d8502a;">
Div content here</div>
This div box has shadow with color #d8502a
Comments
No comments written yet.
Please login to write comment.