Color spaces of #d65928
RGB | 214 | 89 | 40 |
---|---|---|---|
HSL | 0.05 | 0.69 | 0.50 |
HSV | 17° | 81° | 84° |
CMYK | 0.00 | 0.58 | 0.81 0.16 |
XYZ | 31.6869 | 21.5941 | 4.5055 |
Yxy | 21.5941 | 0.5483 | 0.3737 |
Hunter Lab | 46.4695 | 40.3952 | 26.7801 |
CIE-Lab | 53.5937 | 46.7246 | 50.8127 |
#d65928 color RGB value is (214,89,40).
#d65928 hex color red value is 214, green value is 89 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d65928 hue: 0.05 , saturation: 0.69 and the lightness value of d65928 is 0.50.
The process color (four color CMYK) of #d65928 color hex is 0.00, 0.58, 0.81, 0.16. Web safe color of #d65928 is #cc6633. Color #d65928 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01011001 | 00101000 |
Octal | 326 | 131 | 50 |
Decimal | 214 | 89 | 40 |
Hex | D6 | 59 | 28 |
Shades of #d65928
Tints of #d65928
RGB Percentages of Color #d65928
CMYK Percentages of Color #d65928
Complementary Color
#d65928 | #28a5d6 |
#d65928 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d65928 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d65928 Color CSS Codes
.mybgcolor {background-color:#d65928; } .myforecolor {color:#d65928; } .mybordercolor {border:3px solid #d65928; }
#d65928 Text Font Color
<p style="color:#d65928">Text here</p>
This sample text font color is #d65928
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.
#d65928 Background Color
<div style="background-color:#d65928">
Div content here</div>
This div background color is #d65928
#d65928 Border Color
<div style="border:3px solid #d65928">
Div here</div>
This div border color is #d65928
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,89,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d65928; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d65928; -webkit-box-shadow: 1px 1px 3px 2px #d65928; box-shadow: 1px 1px 3px 2px #d65928; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,89,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d65928">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d65928; -webkit-box-shadow: 1px 1px 3px 2px #d65928; box-shadow: 1px 1px 3px 2px #d65928;">
Div content here</div>
This div box has shadow with color #d65928
Comments
No comments written yet.
Please login to write comment.