Color spaces of #ce1ceb
RGB | 206 | 28 | 235 |
---|---|---|---|
HSL | 0.81 | 0.84 | 0.52 |
HSV | 292° | 88° | 92° |
CMYK | 0.12 | 0.88 | 0.00 0.08 |
XYZ | 40.8642 | 19.9505 | 80.2943 |
Yxy | 19.9505 | 0.2896 | 0.1414 |
Hunter Lab | 44.6660 | 85.1414 | -75.3171 |
CIE-Lab | 51.7812 | 85.2133 | -63.8276 |
#ce1ceb color RGB value is (206,28,235).
#ce1ceb hex color red value is 206, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce1ceb hue: 0.81 , saturation: 0.84 and the lightness value of ce1ceb is 0.52.
The process color (four color CMYK) of #ce1ceb color hex is 0.12, 0.88, 0.00, 0.08. Web safe color of #ce1ceb is #cc33ff. Color #ce1ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00011100 | 11101011 |
Octal | 316 | 34 | 353 |
Decimal | 206 | 28 | 235 |
Hex | CE | 1C | EB |
Shades of #ce1ceb
Tints of #ce1ceb
RGB Percentages of Color #ce1ceb
CMYK Percentages of Color #ce1ceb
Complementary Color
#ce1ceb | #39eb1c |
#ce1ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce1ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce1ceb Color CSS Codes
.mybgcolor {background-color:#ce1ceb; } .myforecolor {color:#ce1ceb; } .mybordercolor {border:3px solid #ce1ceb; }
#ce1ceb Text Font Color
<p style="color:#ce1ceb">Text here</p>
This sample text font color is #ce1ceb
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.
#ce1ceb Background Color
<div style="background-color:#ce1ceb">
Div content here</div>
This div background color is #ce1ceb
#ce1ceb Border Color
<div style="border:3px solid #ce1ceb">
Div here</div>
This div border color is #ce1ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,28,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce1ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce1ceb; -webkit-box-shadow: 1px 1px 3px 2px #ce1ceb; box-shadow: 1px 1px 3px 2px #ce1ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,28,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce1ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce1ceb; -webkit-box-shadow: 1px 1px 3px 2px #ce1ceb; box-shadow: 1px 1px 3px 2px #ce1ceb;">
Div content here</div>
This div box has shadow with color #ce1ceb
Comments
No comments written yet.
Please login to write comment.