Color spaces of #ce63ad
RGB | 206 | 99 | 173 |
---|---|---|---|
HSL | 0.88 | 0.52 | 0.60 |
HSV | 319° | 52° | 81° |
CMYK | 0.00 | 0.52 | 0.16 0.19 |
XYZ | 37.4583 | 25.0626 | 42.3985 |
Yxy | 25.0626 | 0.3570 | 0.2389 |
Hunter Lab | 50.0626 | 45.9495 | -15.1695 |
CIE-Lab | 57.1364 | 51.3408 | -19.9501 |
#ce63ad color RGB value is (206,99,173).
#ce63ad hex color red value is 206, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce63ad hue: 0.88 , saturation: 0.52 and the lightness value of ce63ad is 0.60.
The process color (four color CMYK) of #ce63ad color hex is 0.00, 0.52, 0.16, 0.19. Web safe color of #ce63ad is #cc6699. Color #ce63ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01100011 | 10101101 |
Octal | 316 | 143 | 255 |
Decimal | 206 | 99 | 173 |
Hex | CE | 63 | AD |
Shades of #ce63ad
Tints of #ce63ad
RGB Percentages of Color #ce63ad
CMYK Percentages of Color #ce63ad
Complementary Color
#ce63ad | #63ce84 |
#ce63ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce63ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce63ad Color CSS Codes
.mybgcolor {background-color:#ce63ad; } .myforecolor {color:#ce63ad; } .mybordercolor {border:3px solid #ce63ad; }
#ce63ad Text Font Color
<p style="color:#ce63ad">Text here</p>
This sample text font color is #ce63ad
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.
#ce63ad Background Color
<div style="background-color:#ce63ad">
Div content here</div>
This div background color is #ce63ad
#ce63ad Border Color
<div style="border:3px solid #ce63ad">
Div here</div>
This div border color is #ce63ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,99,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce63ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce63ad; -webkit-box-shadow: 1px 1px 3px 2px #ce63ad; box-shadow: 1px 1px 3px 2px #ce63ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,99,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce63ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce63ad; -webkit-box-shadow: 1px 1px 3px 2px #ce63ad; box-shadow: 1px 1px 3px 2px #ce63ad;">
Div content here</div>
This div box has shadow with color #ce63ad
Comments
No comments written yet.
Please login to write comment.