Color spaces of #df826a
RGB | 223 | 130 | 106 |
---|---|---|---|
HSL | 0.03 | 0.65 | 0.65 |
HSV | 12° | 52° | 87° |
CMYK | 0.00 | 0.42 | 0.52 0.13 |
XYZ | 41.0156 | 32.6938 | 17.7845 |
Yxy | 32.6938 | 0.4483 | 0.3573 |
Hunter Lab | 57.1785 | 27.9803 | 21.5837 |
CIE-Lab | 63.9122 | 33.3899 | 28.4536 |
#df826a color RGB value is (223,130,106).
#df826a hex color red value is 223, green value is 130 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #df826a hue: 0.03 , saturation: 0.65 and the lightness value of df826a is 0.65.
The process color (four color CMYK) of #df826a color hex is 0.00, 0.42, 0.52, 0.13. Web safe color of #df826a is #cc9966. Color #df826a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10000010 | 01101010 |
Octal | 337 | 202 | 152 |
Decimal | 223 | 130 | 106 |
Hex | DF | 82 | 6A |
Shades of #df826a
Tints of #df826a
RGB Percentages of Color #df826a
CMYK Percentages of Color #df826a
Complementary Color
#df826a | #6ac7df |
#df826a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df826a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df826a Color CSS Codes
.mybgcolor {background-color:#df826a; } .myforecolor {color:#df826a; } .mybordercolor {border:3px solid #df826a; }
#df826a Text Font Color
<p style="color:#df826a">Text here</p>
This sample text font color is #df826a
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.
#df826a Background Color
<div style="background-color:#df826a">
Div content here</div>
This div background color is #df826a
#df826a Border Color
<div style="border:3px solid #df826a">
Div here</div>
This div border color is #df826a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,130,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df826a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df826a; -webkit-box-shadow: 1px 1px 3px 2px #df826a; box-shadow: 1px 1px 3px 2px #df826a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,130,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df826a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df826a; -webkit-box-shadow: 1px 1px 3px 2px #df826a; box-shadow: 1px 1px 3px 2px #df826a;">
Div content here</div>
This div box has shadow with color #df826a
Comments
No comments written yet.
Please login to write comment.