Color spaces of #d0462a
RGB | 208 | 70 | 42 |
---|---|---|---|
HSL | 0.03 | 0.66 | 0.49 |
HSV | 10° | 80° | 82° |
CMYK | 0.00 | 0.66 | 0.80 0.18 |
XYZ | 28.6205 | 17.9574 | 4.1481 |
Yxy | 17.9574 | 0.5642 | 0.3540 |
Hunter Lab | 42.3762 | 46.3991 | 23.8596 |
CIE-Lab | 49.4444 | 53.0444 | 45.5386 |
#d0462a color RGB value is (208,70,42).
#d0462a hex color red value is 208, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d0462a hue: 0.03 , saturation: 0.66 and the lightness value of d0462a is 0.49.
The process color (four color CMYK) of #d0462a color hex is 0.00, 0.66, 0.80, 0.18. Web safe color of #d0462a is #cc3333. Color #d0462a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01000110 | 00101010 |
Octal | 320 | 106 | 52 |
Decimal | 208 | 70 | 42 |
Hex | D0 | 46 | 2A |
Shades of #d0462a
Tints of #d0462a
RGB Percentages of Color #d0462a
CMYK Percentages of Color #d0462a
Complementary Color
#d0462a | #2ab4d0 |
#d0462a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0462a Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0462a Color CSS Codes
.mybgcolor {background-color:#d0462a; } .myforecolor {color:#d0462a; } .mybordercolor {border:3px solid #d0462a; }
#d0462a Text Font Color
<p style="color:#d0462a">Text here</p>
This sample text font color is #d0462a
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.
#d0462a Background Color
<div style="background-color:#d0462a">
Div content here</div>
This div background color is #d0462a
#d0462a Border Color
<div style="border:3px solid #d0462a">
Div here</div>
This div border color is #d0462a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,70,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0462a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0462a; -webkit-box-shadow: 1px 1px 3px 2px #d0462a; box-shadow: 1px 1px 3px 2px #d0462a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,70,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 #d0462a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0462a; -webkit-box-shadow: 1px 1px 3px 2px #d0462a; box-shadow: 1px 1px 3px 2px #d0462a;">
Div content here</div>
This div box has shadow with color #d0462a
Comments
No comments written yet.
Please login to write comment.