Color spaces of #ce85bf
RGB | 206 | 133 | 191 |
---|---|---|---|
HSL | 0.87 | 0.43 | 0.66 |
HSV | 312° | 35° | 81° |
CMYK | 0.00 | 0.35 | 0.07 0.19 |
XYZ | 43.2451 | 33.6585 | 53.5077 |
Yxy | 33.6585 | 0.3316 | 0.2581 |
Hunter Lab | 58.0159 | 31.5260 | -14.0716 |
CIE-Lab | 64.6906 | 36.7605 | -18.7056 |
#ce85bf color RGB value is (206,133,191).
#ce85bf hex color red value is 206, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ce85bf hue: 0.87 , saturation: 0.43 and the lightness value of ce85bf is 0.66.
The process color (four color CMYK) of #ce85bf color hex is 0.00, 0.35, 0.07, 0.19. Web safe color of #ce85bf is #cc99cc. Color #ce85bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10000101 | 10111111 |
Octal | 316 | 205 | 277 |
Decimal | 206 | 133 | 191 |
Hex | CE | 85 | BF |
Shades of #ce85bf
Tints of #ce85bf
RGB Percentages of Color #ce85bf
CMYK Percentages of Color #ce85bf
Complementary Color
#ce85bf | #85ce94 |
#ce85bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce85bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce85bf Color CSS Codes
.mybgcolor {background-color:#ce85bf; } .myforecolor {color:#ce85bf; } .mybordercolor {border:3px solid #ce85bf; }
#ce85bf Text Font Color
<p style="color:#ce85bf">Text here</p>
This sample text font color is #ce85bf
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.
#ce85bf Background Color
<div style="background-color:#ce85bf">
Div content here</div>
This div background color is #ce85bf
#ce85bf Border Color
<div style="border:3px solid #ce85bf">
Div here</div>
This div border color is #ce85bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,133,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce85bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce85bf; -webkit-box-shadow: 1px 1px 3px 2px #ce85bf; box-shadow: 1px 1px 3px 2px #ce85bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,133,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce85bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce85bf; -webkit-box-shadow: 1px 1px 3px 2px #ce85bf; box-shadow: 1px 1px 3px 2px #ce85bf;">
Div content here</div>
This div box has shadow with color #ce85bf
Comments
No comments written yet.
Please login to write comment.