Color spaces of #c78ebd
RGB | 199 | 142 | 189 |
---|---|---|---|
HSL | 0.86 | 0.34 | 0.67 |
HSV | 311° | 29° | 78° |
CMYK | 0.00 | 0.29 | 0.05 0.22 |
XYZ | 42.4115 | 35.1622 | 52.6958 |
Yxy | 35.1622 | 0.3256 | 0.2699 |
Hunter Lab | 59.2977 | 23.8975 | -11.1805 |
CIE-Lab | 65.8748 | 29.1693 | -15.8616 |
#c78ebd color RGB value is (199,142,189).
#c78ebd hex color red value is 199, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c78ebd hue: 0.86 , saturation: 0.34 and the lightness value of c78ebd is 0.67.
The process color (four color CMYK) of #c78ebd color hex is 0.00, 0.29, 0.05, 0.22. Web safe color of #c78ebd is #cc99cc. Color #c78ebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10001110 | 10111101 |
Octal | 307 | 216 | 275 |
Decimal | 199 | 142 | 189 |
Hex | C7 | 8E | BD |
Shades of #c78ebd
Tints of #c78ebd
RGB Percentages of Color #c78ebd
CMYK Percentages of Color #c78ebd
Complementary Color
#c78ebd | #8ec798 |
#c78ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c78ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c78ebd Color CSS Codes
.mybgcolor {background-color:#c78ebd; } .myforecolor {color:#c78ebd; } .mybordercolor {border:3px solid #c78ebd; }
#c78ebd Text Font Color
<p style="color:#c78ebd">Text here</p>
This sample text font color is #c78ebd
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.
#c78ebd Background Color
<div style="background-color:#c78ebd">
Div content here</div>
This div background color is #c78ebd
#c78ebd Border Color
<div style="border:3px solid #c78ebd">
Div here</div>
This div border color is #c78ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,142,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c78ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c78ebd; -webkit-box-shadow: 1px 1px 3px 2px #c78ebd; box-shadow: 1px 1px 3px 2px #c78ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,142,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c78ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c78ebd; -webkit-box-shadow: 1px 1px 3px 2px #c78ebd; box-shadow: 1px 1px 3px 2px #c78ebd;">
Div content here</div>
This div box has shadow with color #c78ebd
Comments
No comments written yet.
Please login to write comment.