Color spaces of #dc826b
RGB | 220 | 130 | 107 |
---|---|---|---|
HSL | 0.03 | 0.62 | 0.64 |
HSV | 12° | 51° | 86° |
CMYK | 0.00 | 0.41 | 0.51 0.14 |
XYZ | 40.1517 | 32.2424 | 18.0171 |
Yxy | 32.2424 | 0.4441 | 0.3566 |
Hunter Lab | 56.7824 | 26.8509 | 20.9349 |
CIE-Lab | 63.5427 | 32.3109 | 27.3420 |
#dc826b color RGB value is (220,130,107).
#dc826b hex color red value is 220, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dc826b hue: 0.03 , saturation: 0.62 and the lightness value of dc826b is 0.64.
The process color (four color CMYK) of #dc826b color hex is 0.00, 0.41, 0.51, 0.14. Web safe color of #dc826b is #cc9966. Color #dc826b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10000010 | 01101011 |
Octal | 334 | 202 | 153 |
Decimal | 220 | 130 | 107 |
Hex | DC | 82 | 6B |
Shades of #dc826b
Tints of #dc826b
RGB Percentages of Color #dc826b
CMYK Percentages of Color #dc826b
Complementary Color
#dc826b | #6bc5dc |
#dc826b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc826b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc826b Color CSS Codes
.mybgcolor {background-color:#dc826b; } .myforecolor {color:#dc826b; } .mybordercolor {border:3px solid #dc826b; }
#dc826b Text Font Color
<p style="color:#dc826b">Text here</p>
This sample text font color is #dc826b
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.
#dc826b Background Color
<div style="background-color:#dc826b">
Div content here</div>
This div background color is #dc826b
#dc826b Border Color
<div style="border:3px solid #dc826b">
Div here</div>
This div border color is #dc826b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,130,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc826b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc826b; -webkit-box-shadow: 1px 1px 3px 2px #dc826b; box-shadow: 1px 1px 3px 2px #dc826b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,130,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc826b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc826b; -webkit-box-shadow: 1px 1px 3px 2px #dc826b; box-shadow: 1px 1px 3px 2px #dc826b;">
Div content here</div>
This div box has shadow with color #dc826b
Comments
No comments written yet.
Please login to write comment.