Color spaces of #ce03bc
RGB | 206 | 3 | 188 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.41 |
HSV | 305° | 99° | 81° |
CMYK | 0.00 | 0.99 | 0.09 0.19 |
XYZ | 34.5633 | 16.8178 | 49.0014 |
Yxy | 16.8178 | 0.3443 | 0.1675 |
Hunter Lab | 41.0095 | 78.6753 | -42.1377 |
CIE-Lab | 48.0296 | 80.8957 | -42.8702 |
#ce03bc color RGB value is (206,3,188).
#ce03bc hex color red value is 206, green value is 3 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ce03bc hue: 0.85 , saturation: 0.97 and the lightness value of ce03bc is 0.41.
The process color (four color CMYK) of #ce03bc color hex is 0.00, 0.99, 0.09, 0.19. Web safe color of #ce03bc is #cc00cc. Color #ce03bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00000011 | 10111100 |
Octal | 316 | 3 | 274 |
Decimal | 206 | 3 | 188 |
Hex | CE | 3 | BC |
Shades of #ce03bc
Tints of #ce03bc
RGB Percentages of Color #ce03bc
CMYK Percentages of Color #ce03bc
Complementary Color
#ce03bc | #03ce15 |
#ce03bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce03bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce03bc Color CSS Codes
.mybgcolor {background-color:#ce03bc; } .myforecolor {color:#ce03bc; } .mybordercolor {border:3px solid #ce03bc; }
#ce03bc Text Font Color
<p style="color:#ce03bc">Text here</p>
This sample text font color is #ce03bc
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.
#ce03bc Background Color
<div style="background-color:#ce03bc">
Div content here</div>
This div background color is #ce03bc
#ce03bc Border Color
<div style="border:3px solid #ce03bc">
Div here</div>
This div border color is #ce03bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,3,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce03bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce03bc; -webkit-box-shadow: 1px 1px 3px 2px #ce03bc; box-shadow: 1px 1px 3px 2px #ce03bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,3,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce03bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce03bc; -webkit-box-shadow: 1px 1px 3px 2px #ce03bc; box-shadow: 1px 1px 3px 2px #ce03bc;">
Div content here</div>
This div box has shadow with color #ce03bc
Comments
No comments written yet.
Please login to write comment.