Color spaces of #ce05ba
RGB | 206 | 5 | 186 |
---|---|---|---|
HSL | 0.85 | 0.95 | 0.41 |
HSV | 306° | 98° | 81° |
CMYK | 0.00 | 0.98 | 0.10 0.19 |
XYZ | 34.3708 | 16.7755 | 47.8808 |
Yxy | 16.7755 | 0.3471 | 0.1694 |
Hunter Lab | 40.9579 | 78.1162 | -40.6409 |
CIE-Lab | 47.9759 | 80.4635 | -41.7855 |
#ce05ba color RGB value is (206,5,186).
#ce05ba hex color red value is 206, green value is 5 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce05ba hue: 0.85 , saturation: 0.95 and the lightness value of ce05ba is 0.41.
The process color (four color CMYK) of #ce05ba color hex is 0.00, 0.98, 0.10, 0.19. Web safe color of #ce05ba is #cc00cc. Color #ce05ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00000101 | 10111010 |
Octal | 316 | 5 | 272 |
Decimal | 206 | 5 | 186 |
Hex | CE | 5 | BA |
Shades of #ce05ba
Tints of #ce05ba
RGB Percentages of Color #ce05ba
CMYK Percentages of Color #ce05ba
Complementary Color
#ce05ba | #05ce19 |
#ce05ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce05ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce05ba Color CSS Codes
.mybgcolor {background-color:#ce05ba; } .myforecolor {color:#ce05ba; } .mybordercolor {border:3px solid #ce05ba; }
#ce05ba Text Font Color
<p style="color:#ce05ba">Text here</p>
This sample text font color is #ce05ba
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.
#ce05ba Background Color
<div style="background-color:#ce05ba">
Div content here</div>
This div background color is #ce05ba
#ce05ba Border Color
<div style="border:3px solid #ce05ba">
Div here</div>
This div border color is #ce05ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,5,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce05ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce05ba; -webkit-box-shadow: 1px 1px 3px 2px #ce05ba; box-shadow: 1px 1px 3px 2px #ce05ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,5,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce05ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce05ba; -webkit-box-shadow: 1px 1px 3px 2px #ce05ba; box-shadow: 1px 1px 3px 2px #ce05ba;">
Div content here</div>
This div box has shadow with color #ce05ba
Comments
No comments written yet.
Please login to write comment.