Color spaces of #ce699b
RGB | 206 | 105 | 155 |
---|---|---|---|
HSL | 0.92 | 0.51 | 0.61 |
HSV | 330° | 49° | 81° |
CMYK | 0.00 | 0.49 | 0.25 0.19 |
XYZ | 36.4216 | 25.5915 | 34.0304 |
Yxy | 25.5915 | 0.3792 | 0.2665 |
Hunter Lab | 50.5880 | 39.9846 | -4.4725 |
CIE-Lab | 57.6473 | 45.7251 | -8.7488 |
#ce699b color RGB value is (206,105,155).
#ce699b hex color red value is 206, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ce699b hue: 0.92 , saturation: 0.51 and the lightness value of ce699b is 0.61.
The process color (four color CMYK) of #ce699b color hex is 0.00, 0.49, 0.25, 0.19. Web safe color of #ce699b is #cc6699. Color #ce699b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01101001 | 10011011 |
Octal | 316 | 151 | 233 |
Decimal | 206 | 105 | 155 |
Hex | CE | 69 | 9B |
Shades of #ce699b
Tints of #ce699b
RGB Percentages of Color #ce699b
CMYK Percentages of Color #ce699b
Complementary Color
#ce699b | #69ce9c |
#ce699b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce699b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce699b Color CSS Codes
.mybgcolor {background-color:#ce699b; } .myforecolor {color:#ce699b; } .mybordercolor {border:3px solid #ce699b; }
#ce699b Text Font Color
<p style="color:#ce699b">Text here</p>
This sample text font color is #ce699b
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.
#ce699b Background Color
<div style="background-color:#ce699b">
Div content here</div>
This div background color is #ce699b
#ce699b Border Color
<div style="border:3px solid #ce699b">
Div here</div>
This div border color is #ce699b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,105,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce699b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce699b; -webkit-box-shadow: 1px 1px 3px 2px #ce699b; box-shadow: 1px 1px 3px 2px #ce699b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,105,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce699b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce699b; -webkit-box-shadow: 1px 1px 3px 2px #ce699b; box-shadow: 1px 1px 3px 2px #ce699b;">
Div content here</div>
This div box has shadow with color #ce699b
Comments
No comments written yet.
Please login to write comment.