Color spaces of #d28181
RGB | 210 | 129 | 129 |
---|---|---|---|
HSL | 0.00 | 0.47 | 0.66 |
HSV | 0° | 39° | 82° |
CMYK | 0.00 | 0.39 | 0.39 0.18 |
XYZ | 38.3910 | 30.9871 | 24.7266 |
Yxy | 30.9871 | 0.4080 | 0.3293 |
Hunter Lab | 55.6661 | 25.6898 | 12.6299 |
CIE-Lab | 62.4967 | 31.2534 | 13.3191 |
#d28181 color RGB value is (210,129,129).
#d28181 hex color red value is 210, green value is 129 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d28181 hue: 0.00 , saturation: 0.47 and the lightness value of d28181 is 0.66.
The process color (four color CMYK) of #d28181 color hex is 0.00, 0.39, 0.39, 0.18. Web safe color of #d28181 is #cc9999. Color #d28181 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10000001 | 10000001 |
Octal | 322 | 201 | 201 |
Decimal | 210 | 129 | 129 |
Hex | D2 | 81 | 81 |
Shades of #d28181
Tints of #d28181
RGB Percentages of Color #d28181
CMYK Percentages of Color #d28181
Complementary Color
#d28181 | #81d2d2 |
#d28181 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d28181 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d28181 Color CSS Codes
.mybgcolor {background-color:#d28181; } .myforecolor {color:#d28181; } .mybordercolor {border:3px solid #d28181; }
#d28181 Text Font Color
<p style="color:#d28181">Text here</p>
This sample text font color is #d28181
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.
#d28181 Background Color
<div style="background-color:#d28181">
Div content here</div>
This div background color is #d28181
#d28181 Border Color
<div style="border:3px solid #d28181">
Div here</div>
This div border color is #d28181
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,129,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d28181; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d28181; -webkit-box-shadow: 1px 1px 3px 2px #d28181; box-shadow: 1px 1px 3px 2px #d28181; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,129,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d28181">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d28181; -webkit-box-shadow: 1px 1px 3px 2px #d28181; box-shadow: 1px 1px 3px 2px #d28181;">
Div content here</div>
This div box has shadow with color #d28181
#d28181 Color Palettes
Comments
No comments written yet.
Please login to write comment.