Color spaces of #ff52ce
RGB | 255 | 82 | 206 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.66 |
HSV | 317° | 68° | 100° |
CMYK | 0.00 | 0.68 | 0.19 0.00 |
XYZ | 55.3979 | 31.7508 | 61.6012 |
Yxy | 31.7508 | 0.3724 | 0.2135 |
Hunter Lab | 56.3478 | 76.8820 | -25.3742 |
CIE-Lab | 63.1364 | 76.5537 | -28.9722 |
#ff52ce color RGB value is (255,82,206).
#ff52ce hex color red value is 255, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ff52ce hue: 0.88 , saturation: 1.00 and the lightness value of ff52ce is 0.66.
The process color (four color CMYK) of #ff52ce color hex is 0.00, 0.68, 0.19, 0.00. Web safe color of #ff52ce is #ff66cc. Color #ff52ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01010010 | 11001110 |
Octal | 377 | 122 | 316 |
Decimal | 255 | 82 | 206 |
Hex | FF | 52 | CE |
Shades of #ff52ce
Tints of #ff52ce
RGB Percentages of Color #ff52ce
CMYK Percentages of Color #ff52ce
Complementary Color
#ff52ce | #52ff83 |
#ff52ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff52ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff52ce Color CSS Codes
.mybgcolor {background-color:#ff52ce; } .myforecolor {color:#ff52ce; } .mybordercolor {border:3px solid #ff52ce; }
#ff52ce Text Font Color
<p style="color:#ff52ce">Text here</p>
This sample text font color is #ff52ce
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.
#ff52ce Background Color
<div style="background-color:#ff52ce">
Div content here</div>
This div background color is #ff52ce
#ff52ce Border Color
<div style="border:3px solid #ff52ce">
Div here</div>
This div border color is #ff52ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,82,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff52ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff52ce; -webkit-box-shadow: 1px 1px 3px 2px #ff52ce; box-shadow: 1px 1px 3px 2px #ff52ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,82,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff52ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff52ce; -webkit-box-shadow: 1px 1px 3px 2px #ff52ce; box-shadow: 1px 1px 3px 2px #ff52ce;">
Div content here</div>
This div box has shadow with color #ff52ce
Comments
No comments written yet.
Please login to write comment.