Color spaces of #ce5aff
RGB | 206 | 90 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.68 |
HSV | 282° | 65° | 100° |
CMYK | 0.19 | 0.65 | 0.00 0.00 |
XYZ | 47.1598 | 27.6541 | 97.4599 |
Yxy | 27.6541 | 0.2737 | 0.1605 |
Hunter Lab | 52.5872 | 68.0500 | -73.0713 |
CIE-Lab | 59.5749 | 70.0812 | -62.4443 |
#ce5aff color RGB value is (206,90,255).
#ce5aff hex color red value is 206, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce5aff hue: 0.78 , saturation: 1.00 and the lightness value of ce5aff is 0.68.
The process color (four color CMYK) of #ce5aff color hex is 0.19, 0.65, 0.00, 0.00. Web safe color of #ce5aff is #cc66ff. Color #ce5aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011010 | 11111111 |
Octal | 316 | 132 | 377 |
Decimal | 206 | 90 | 255 |
Hex | CE | 5A | FF |
Shades of #ce5aff
Tints of #ce5aff
RGB Percentages of Color #ce5aff
CMYK Percentages of Color #ce5aff
Complementary Color
#ce5aff | #8bff5a |
#ce5aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce5aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce5aff Color CSS Codes
.mybgcolor {background-color:#ce5aff; } .myforecolor {color:#ce5aff; } .mybordercolor {border:3px solid #ce5aff; }
#ce5aff Text Font Color
<p style="color:#ce5aff">Text here</p>
This sample text font color is #ce5aff
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.
#ce5aff Background Color
<div style="background-color:#ce5aff">
Div content here</div>
This div background color is #ce5aff
#ce5aff Border Color
<div style="border:3px solid #ce5aff">
Div here</div>
This div border color is #ce5aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,90,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce5aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce5aff; -webkit-box-shadow: 1px 1px 3px 2px #ce5aff; box-shadow: 1px 1px 3px 2px #ce5aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,90,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce5aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce5aff; -webkit-box-shadow: 1px 1px 3px 2px #ce5aff; box-shadow: 1px 1px 3px 2px #ce5aff;">
Div content here</div>
This div box has shadow with color #ce5aff
Comments
No comments written yet.
Please login to write comment.