Color spaces of #ce156b
RGB | 206 | 21 | 107 |
---|---|---|---|
HSL | 0.92 | 0.81 | 0.45 |
HSV | 332° | 90° | 81° |
CMYK | 0.00 | 0.90 | 0.48 0.19 |
XYZ | 28.3756 | 14.7197 | 15.2555 |
Yxy | 14.7197 | 0.4863 | 0.2523 |
Hunter Lab | 38.3663 | 64.8772 | 3.2810 |
CIE-Lab | 45.2479 | 70.1742 | 1.7229 |
#ce156b color RGB value is (206,21,107).
#ce156b hex color red value is 206, green value is 21 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ce156b hue: 0.92 , saturation: 0.81 and the lightness value of ce156b is 0.45.
The process color (four color CMYK) of #ce156b color hex is 0.00, 0.90, 0.48, 0.19. Web safe color of #ce156b is #cc0066. Color #ce156b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00010101 | 01101011 |
Octal | 316 | 25 | 153 |
Decimal | 206 | 21 | 107 |
Hex | CE | 15 | 6B |
Shades of #ce156b
Tints of #ce156b
RGB Percentages of Color #ce156b
CMYK Percentages of Color #ce156b
Complementary Color
#ce156b | #15ce78 |
#ce156b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce156b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce156b Color CSS Codes
.mybgcolor {background-color:#ce156b; } .myforecolor {color:#ce156b; } .mybordercolor {border:3px solid #ce156b; }
#ce156b Text Font Color
<p style="color:#ce156b">Text here</p>
This sample text font color is #ce156b
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.
#ce156b Background Color
<div style="background-color:#ce156b">
Div content here</div>
This div background color is #ce156b
#ce156b Border Color
<div style="border:3px solid #ce156b">
Div here</div>
This div border color is #ce156b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,21,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce156b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce156b; -webkit-box-shadow: 1px 1px 3px 2px #ce156b; box-shadow: 1px 1px 3px 2px #ce156b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,21,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce156b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce156b; -webkit-box-shadow: 1px 1px 3px 2px #ce156b; box-shadow: 1px 1px 3px 2px #ce156b;">
Div content here</div>
This div box has shadow with color #ce156b
Comments
No comments written yet.
Please login to write comment.