Color spaces of #c78ab2
RGB | 199 | 138 | 178 |
---|---|---|---|
HSL | 0.89 | 0.35 | 0.66 |
HSV | 321° | 31° | 78° |
CMYK | 0.00 | 0.31 | 0.11 0.22 |
XYZ | 40.6775 | 33.5334 | 46.4481 |
Yxy | 33.5334 | 0.3371 | 0.2779 |
Hunter Lab | 57.9080 | 24.0483 | -7.0210 |
CIE-Lab | 64.5905 | 29.4252 | -11.6073 |
#c78ab2 color RGB value is (199,138,178).
#c78ab2 hex color red value is 199, green value is 138 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c78ab2 hue: 0.89 , saturation: 0.35 and the lightness value of c78ab2 is 0.66.
The process color (four color CMYK) of #c78ab2 color hex is 0.00, 0.31, 0.11, 0.22. Web safe color of #c78ab2 is #cc9999. Color #c78ab2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10001010 | 10110010 |
Octal | 307 | 212 | 262 |
Decimal | 199 | 138 | 178 |
Hex | C7 | 8A | B2 |
Shades of #c78ab2
Tints of #c78ab2
RGB Percentages of Color #c78ab2
CMYK Percentages of Color #c78ab2
Complementary Color
#c78ab2 | #8ac79f |
#c78ab2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c78ab2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c78ab2 Color CSS Codes
.mybgcolor {background-color:#c78ab2; } .myforecolor {color:#c78ab2; } .mybordercolor {border:3px solid #c78ab2; }
#c78ab2 Text Font Color
<p style="color:#c78ab2">Text here</p>
This sample text font color is #c78ab2
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.
#c78ab2 Background Color
<div style="background-color:#c78ab2">
Div content here</div>
This div background color is #c78ab2
#c78ab2 Border Color
<div style="border:3px solid #c78ab2">
Div here</div>
This div border color is #c78ab2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,138,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c78ab2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c78ab2; -webkit-box-shadow: 1px 1px 3px 2px #c78ab2; box-shadow: 1px 1px 3px 2px #c78ab2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,138,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c78ab2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c78ab2; -webkit-box-shadow: 1px 1px 3px 2px #c78ab2; box-shadow: 1px 1px 3px 2px #c78ab2;">
Div content here</div>
This div box has shadow with color #c78ab2
Comments
No comments written yet.
Please login to write comment.