Color spaces of #d627ea
RGB | 214 | 39 | 234 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.54 |
HSV | 294° | 83° | 92° |
CMYK | 0.09 | 0.83 | 0.00 0.08 |
XYZ | 43.3084 | 21.6877 | 79.7454 |
Yxy | 21.6877 | 0.2992 | 0.1498 |
Hunter Lab | 46.5701 | 84.5007 | -68.9277 |
CIE-Lab | 53.6941 | 84.3468 | -60.1168 |
#d627ea color RGB value is (214,39,234).
#d627ea hex color red value is 214, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d627ea hue: 0.82 , saturation: 0.82 and the lightness value of d627ea is 0.54.
The process color (four color CMYK) of #d627ea color hex is 0.09, 0.83, 0.00, 0.08. Web safe color of #d627ea is #cc33ff. Color #d627ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00100111 | 11101010 |
Octal | 326 | 47 | 352 |
Decimal | 214 | 39 | 234 |
Hex | D6 | 27 | EA |
Shades of #d627ea
Tints of #d627ea
RGB Percentages of Color #d627ea
CMYK Percentages of Color #d627ea
Complementary Color
#d627ea | #3bea27 |
#d627ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d627ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d627ea Color CSS Codes
.mybgcolor {background-color:#d627ea; } .myforecolor {color:#d627ea; } .mybordercolor {border:3px solid #d627ea; }
#d627ea Text Font Color
<p style="color:#d627ea">Text here</p>
This sample text font color is #d627ea
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.
#d627ea Background Color
<div style="background-color:#d627ea">
Div content here</div>
This div background color is #d627ea
#d627ea Border Color
<div style="border:3px solid #d627ea">
Div here</div>
This div border color is #d627ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,39,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d627ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d627ea; -webkit-box-shadow: 1px 1px 3px 2px #d627ea; box-shadow: 1px 1px 3px 2px #d627ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,39,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 #d627ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d627ea; -webkit-box-shadow: 1px 1px 3px 2px #d627ea; box-shadow: 1px 1px 3px 2px #d627ea;">
Div content here</div>
This div box has shadow with color #d627ea
Comments
No comments written yet.
Please login to write comment.