Color spaces of #cf889e
RGB | 207 | 136 | 158 |
---|---|---|---|
HSL | 0.95 | 0.43 | 0.67 |
HSV | 341° | 34° | 81° |
CMYK | 0.00 | 0.34 | 0.24 0.19 |
XYZ | 40.7078 | 33.3423 | 36.6379 |
Yxy | 33.3423 | 0.3678 | 0.3012 |
Hunter Lab | 57.7428 | 24.7899 | 2.8003 |
CIE-Lab | 64.4371 | 30.1798 | -0.4238 |
#cf889e color RGB value is (207,136,158).
#cf889e hex color red value is 207, green value is 136 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cf889e hue: 0.95 , saturation: 0.43 and the lightness value of cf889e is 0.67.
The process color (four color CMYK) of #cf889e color hex is 0.00, 0.34, 0.24, 0.19. Web safe color of #cf889e is #cc9999. Color #cf889e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10001000 | 10011110 |
Octal | 317 | 210 | 236 |
Decimal | 207 | 136 | 158 |
Hex | CF | 88 | 9E |
Shades of #cf889e
Tints of #cf889e
RGB Percentages of Color #cf889e
CMYK Percentages of Color #cf889e
Complementary Color
#cf889e | #88cfb9 |
#cf889e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf889e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf889e Color CSS Codes
.mybgcolor {background-color:#cf889e; } .myforecolor {color:#cf889e; } .mybordercolor {border:3px solid #cf889e; }
#cf889e Text Font Color
<p style="color:#cf889e">Text here</p>
This sample text font color is #cf889e
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.
#cf889e Background Color
<div style="background-color:#cf889e">
Div content here</div>
This div background color is #cf889e
#cf889e Border Color
<div style="border:3px solid #cf889e">
Div here</div>
This div border color is #cf889e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,136,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf889e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf889e; -webkit-box-shadow: 1px 1px 3px 2px #cf889e; box-shadow: 1px 1px 3px 2px #cf889e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,136,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf889e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf889e; -webkit-box-shadow: 1px 1px 3px 2px #cf889e; box-shadow: 1px 1px 3px 2px #cf889e;">
Div content here</div>
This div box has shadow with color #cf889e
Comments
No comments written yet.
Please login to write comment.