Color spaces of #ce30cc
RGB | 206 | 48 | 204 |
---|---|---|---|
HSL | 0.84 | 0.62 | 0.50 |
HSV | 301° | 77° | 81° |
CMYK | 0.00 | 0.77 | 0.01 0.19 |
XYZ | 37.4096 | 19.5953 | 58.9373 |
Yxy | 19.5953 | 0.3227 | 0.1690 |
Hunter Lab | 44.2666 | 73.3835 | -47.9531 |
CIE-Lab | 51.3765 | 76.0088 | -46.8282 |
#ce30cc color RGB value is (206,48,204).
#ce30cc hex color red value is 206, green value is 48 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce30cc hue: 0.84 , saturation: 0.62 and the lightness value of ce30cc is 0.50.
The process color (four color CMYK) of #ce30cc color hex is 0.00, 0.77, 0.01, 0.19. Web safe color of #ce30cc is #cc33cc. Color #ce30cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00110000 | 11001100 |
Octal | 316 | 60 | 314 |
Decimal | 206 | 48 | 204 |
Hex | CE | 30 | CC |
Shades of #ce30cc
Tints of #ce30cc
RGB Percentages of Color #ce30cc
CMYK Percentages of Color #ce30cc
Complementary Color
#ce30cc | #30ce32 |
#ce30cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce30cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce30cc Color CSS Codes
.mybgcolor {background-color:#ce30cc; } .myforecolor {color:#ce30cc; } .mybordercolor {border:3px solid #ce30cc; }
#ce30cc Text Font Color
<p style="color:#ce30cc">Text here</p>
This sample text font color is #ce30cc
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.
#ce30cc Background Color
<div style="background-color:#ce30cc">
Div content here</div>
This div background color is #ce30cc
#ce30cc Border Color
<div style="border:3px solid #ce30cc">
Div here</div>
This div border color is #ce30cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,48,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce30cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce30cc; -webkit-box-shadow: 1px 1px 3px 2px #ce30cc; box-shadow: 1px 1px 3px 2px #ce30cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,48,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce30cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce30cc; -webkit-box-shadow: 1px 1px 3px 2px #ce30cc; box-shadow: 1px 1px 3px 2px #ce30cc;">
Div content here</div>
This div box has shadow with color #ce30cc
Comments
No comments written yet.
Please login to write comment.