Color spaces of #c795bf
RGB | 199 | 149 | 191 |
---|---|---|---|
HSL | 0.86 | 0.31 | 0.68 |
HSV | 310° | 25° | 78° |
CMYK | 0.00 | 0.25 | 0.04 0.22 |
XYZ | 43.7046 | 37.3986 | 54.2054 |
Yxy | 37.3986 | 0.3230 | 0.2764 |
Hunter Lab | 61.1544 | 20.5466 | -9.7448 |
CIE-Lab | 67.5750 | 25.6849 | -14.4155 |
#c795bf color RGB value is (199,149,191).
#c795bf hex color red value is 199, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c795bf hue: 0.86 , saturation: 0.31 and the lightness value of c795bf is 0.68.
The process color (four color CMYK) of #c795bf color hex is 0.00, 0.25, 0.04, 0.22. Web safe color of #c795bf is #cc99cc. Color #c795bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10010101 | 10111111 |
Octal | 307 | 225 | 277 |
Decimal | 199 | 149 | 191 |
Hex | C7 | 95 | BF |
Shades of #c795bf
Tints of #c795bf
RGB Percentages of Color #c795bf
CMYK Percentages of Color #c795bf
Complementary Color
#c795bf | #95c79d |
#c795bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c795bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c795bf Color CSS Codes
.mybgcolor {background-color:#c795bf; } .myforecolor {color:#c795bf; } .mybordercolor {border:3px solid #c795bf; }
#c795bf Text Font Color
<p style="color:#c795bf">Text here</p>
This sample text font color is #c795bf
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.
#c795bf Background Color
<div style="background-color:#c795bf">
Div content here</div>
This div background color is #c795bf
#c795bf Border Color
<div style="border:3px solid #c795bf">
Div here</div>
This div border color is #c795bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,149,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c795bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c795bf; -webkit-box-shadow: 1px 1px 3px 2px #c795bf; box-shadow: 1px 1px 3px 2px #c795bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,149,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 #c795bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c795bf; -webkit-box-shadow: 1px 1px 3px 2px #c795bf; box-shadow: 1px 1px 3px 2px #c795bf;">
Div content here</div>
This div box has shadow with color #c795bf
Comments
No comments written yet.
Please login to write comment.