Color spaces of #dd858a
RGB | 221 | 133 | 138 |
---|---|---|---|
HSL | 0.99 | 0.56 | 0.69 |
HSV | 357° | 40° | 87° |
CMYK | 0.00 | 0.40 | 0.38 0.13 |
XYZ | 42.7938 | 33.9822 | 28.3485 |
Yxy | 33.9822 | 0.4071 | 0.3233 |
Hunter Lab | 58.2943 | 29.0219 | 11.9732 |
CIE-Lab | 64.9484 | 34.3066 | 11.8577 |
#dd858a color RGB value is (221,133,138).
#dd858a hex color red value is 221, green value is 133 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd858a hue: 0.99 , saturation: 0.56 and the lightness value of dd858a is 0.69.
The process color (four color CMYK) of #dd858a color hex is 0.00, 0.40, 0.38, 0.13. Web safe color of #dd858a is #cc9999. Color #dd858a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10000101 | 10001010 |
Octal | 335 | 205 | 212 |
Decimal | 221 | 133 | 138 |
Hex | DD | 85 | 8A |
Shades of #dd858a
Tints of #dd858a
RGB Percentages of Color #dd858a
CMYK Percentages of Color #dd858a
Complementary Color
#dd858a | #85ddd8 |
#dd858a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd858a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd858a Color CSS Codes
.mybgcolor {background-color:#dd858a; } .myforecolor {color:#dd858a; } .mybordercolor {border:3px solid #dd858a; }
#dd858a Text Font Color
<p style="color:#dd858a">Text here</p>
This sample text font color is #dd858a
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.
#dd858a Background Color
<div style="background-color:#dd858a">
Div content here</div>
This div background color is #dd858a
#dd858a Border Color
<div style="border:3px solid #dd858a">
Div here</div>
This div border color is #dd858a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,133,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd858a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd858a; -webkit-box-shadow: 1px 1px 3px 2px #dd858a; box-shadow: 1px 1px 3px 2px #dd858a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,133,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd858a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd858a; -webkit-box-shadow: 1px 1px 3px 2px #dd858a; box-shadow: 1px 1px 3px 2px #dd858a;">
Div content here</div>
This div box has shadow with color #dd858a
Comments
No comments written yet.
Please login to write comment.