Color spaces of #d282ea
RGB | 210 | 130 | 234 |
---|---|---|---|
HSL | 0.79 | 0.71 | 0.71 |
HSV | 286° | 44° | 92° |
CMYK | 0.10 | 0.44 | 0.00 0.08 |
XYZ | 49.4123 | 35.6074 | 82.1105 |
Yxy | 35.6074 | 0.2957 | 0.2131 |
Hunter Lab | 59.6719 | 43.3839 | -39.8146 |
CIE-Lab | 66.2189 | 47.6480 | -40.2873 |
#d282ea color RGB value is (210,130,234).
#d282ea hex color red value is 210, green value is 130 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d282ea hue: 0.79 , saturation: 0.71 and the lightness value of d282ea is 0.71.
The process color (four color CMYK) of #d282ea color hex is 0.10, 0.44, 0.00, 0.08. Web safe color of #d282ea is #cc99ff. Color #d282ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10000010 | 11101010 |
Octal | 322 | 202 | 352 |
Decimal | 210 | 130 | 234 |
Hex | D2 | 82 | EA |
Shades of #d282ea
Tints of #d282ea
RGB Percentages of Color #d282ea
CMYK Percentages of Color #d282ea
Complementary Color
#d282ea | #9aea82 |
#d282ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d282ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d282ea Color CSS Codes
.mybgcolor {background-color:#d282ea; } .myforecolor {color:#d282ea; } .mybordercolor {border:3px solid #d282ea; }
#d282ea Text Font Color
<p style="color:#d282ea">Text here</p>
This sample text font color is #d282ea
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.
#d282ea Background Color
<div style="background-color:#d282ea">
Div content here</div>
This div background color is #d282ea
#d282ea Border Color
<div style="border:3px solid #d282ea">
Div here</div>
This div border color is #d282ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,130,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d282ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d282ea; -webkit-box-shadow: 1px 1px 3px 2px #d282ea; box-shadow: 1px 1px 3px 2px #d282ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,130,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d282ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d282ea; -webkit-box-shadow: 1px 1px 3px 2px #d282ea; box-shadow: 1px 1px 3px 2px #d282ea;">
Div content here</div>
This div box has shadow with color #d282ea
Comments
No comments written yet.
Please login to write comment.