Color spaces of #cf91bf
RGB | 207 | 145 | 191 |
---|---|---|---|
HSL | 0.88 | 0.39 | 0.69 |
HSV | 315° | 30° | 81° |
CMYK | 0.00 | 0.30 | 0.08 0.19 |
XYZ | 45.2615 | 37.2778 | 54.1000 |
Yxy | 37.2778 | 0.3312 | 0.2728 |
Hunter Lab | 61.0555 | 25.4778 | -9.7967 |
CIE-Lab | 67.4849 | 30.6024 | -14.4680 |
#cf91bf color RGB value is (207,145,191).
#cf91bf hex color red value is 207, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cf91bf hue: 0.88 , saturation: 0.39 and the lightness value of cf91bf is 0.69.
The process color (four color CMYK) of #cf91bf color hex is 0.00, 0.30, 0.08, 0.19. Web safe color of #cf91bf is #cc99cc. Color #cf91bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10010001 | 10111111 |
Octal | 317 | 221 | 277 |
Decimal | 207 | 145 | 191 |
Hex | CF | 91 | BF |
Shades of #cf91bf
Tints of #cf91bf
RGB Percentages of Color #cf91bf
CMYK Percentages of Color #cf91bf
Complementary Color
#cf91bf | #91cfa1 |
#cf91bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf91bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf91bf Color CSS Codes
.mybgcolor {background-color:#cf91bf; } .myforecolor {color:#cf91bf; } .mybordercolor {border:3px solid #cf91bf; }
#cf91bf Text Font Color
<p style="color:#cf91bf">Text here</p>
This sample text font color is #cf91bf
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.
#cf91bf Background Color
<div style="background-color:#cf91bf">
Div content here</div>
This div background color is #cf91bf
#cf91bf Border Color
<div style="border:3px solid #cf91bf">
Div here</div>
This div border color is #cf91bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,145,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf91bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf91bf; -webkit-box-shadow: 1px 1px 3px 2px #cf91bf; box-shadow: 1px 1px 3px 2px #cf91bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,145,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 #cf91bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf91bf; -webkit-box-shadow: 1px 1px 3px 2px #cf91bf; box-shadow: 1px 1px 3px 2px #cf91bf;">
Div content here</div>
This div box has shadow with color #cf91bf
#cf91bf Color Palettes
Comments
No comments written yet.
Please login to write comment.