Color spaces of #cd27df
RGB | 205 | 39 | 223 |
---|---|---|---|
HSL | 0.82 | 0.74 | 0.51 |
HSV | 294° | 83° | 87° |
CMYK | 0.08 | 0.83 | 0.00 0.13 |
XYZ | 39.2216 | 19.7579 | 71.5585 |
Yxy | 19.7579 | 0.3005 | 0.1514 |
Hunter Lab | 44.4499 | 79.7173 | -64.3343 |
CIE-Lab | 51.5624 | 81.0308 | -57.3988 |
#cd27df color RGB value is (205,39,223).
#cd27df hex color red value is 205, green value is 39 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cd27df hue: 0.82 , saturation: 0.74 and the lightness value of cd27df is 0.51.
The process color (four color CMYK) of #cd27df color hex is 0.08, 0.83, 0.00, 0.13. Web safe color of #cd27df is #cc33cc. Color #cd27df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00100111 | 11011111 |
Octal | 315 | 47 | 337 |
Decimal | 205 | 39 | 223 |
Hex | CD | 27 | DF |
Shades of #cd27df
Tints of #cd27df
RGB Percentages of Color #cd27df
CMYK Percentages of Color #cd27df
Complementary Color
#cd27df | #39df27 |
#cd27df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd27df Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd27df Color CSS Codes
.mybgcolor {background-color:#cd27df; } .myforecolor {color:#cd27df; } .mybordercolor {border:3px solid #cd27df; }
#cd27df Text Font Color
<p style="color:#cd27df">Text here</p>
This sample text font color is #cd27df
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.
#cd27df Background Color
<div style="background-color:#cd27df">
Div content here</div>
This div background color is #cd27df
#cd27df Border Color
<div style="border:3px solid #cd27df">
Div here</div>
This div border color is #cd27df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,39,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd27df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd27df; -webkit-box-shadow: 1px 1px 3px 2px #cd27df; box-shadow: 1px 1px 3px 2px #cd27df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,39,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd27df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd27df; -webkit-box-shadow: 1px 1px 3px 2px #cd27df; box-shadow: 1px 1px 3px 2px #cd27df;">
Div content here</div>
This div box has shadow with color #cd27df
Comments
No comments written yet.
Please login to write comment.