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