Color spaces of #c8afbe
RGB | 200 | 175 | 190 |
---|---|---|---|
HSL | 0.90 | 0.19 | 0.74 |
HSV | 324° | 13° | 78° |
CMYK | 0.00 | 0.13 | 0.05 0.22 |
XYZ | 48.4437 | 46.6570 | 55.1676 |
Yxy | 46.6570 | 0.3224 | 0.3105 |
Hunter Lab | 68.3059 | 7.0598 | -0.0717 |
CIE-Lab | 73.9698 | 11.5943 | -4.3223 |
#c8afbe color RGB value is (200,175,190).
#c8afbe hex color red value is 200, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8afbe hue: 0.90 , saturation: 0.19 and the lightness value of c8afbe is 0.74.
The process color (four color CMYK) of #c8afbe color hex is 0.00, 0.13, 0.05, 0.22. Web safe color of #c8afbe is #cc99cc. Color #c8afbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10101111 | 10111110 |
Octal | 310 | 257 | 276 |
Decimal | 200 | 175 | 190 |
Hex | C8 | AF | BE |
Shades of #c8afbe
Tints of #c8afbe
RGB Percentages of Color #c8afbe
CMYK Percentages of Color #c8afbe
Complementary Color
#c8afbe | #afc8b9 |
#c8afbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8afbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8afbe Color CSS Codes
.mybgcolor {background-color:#c8afbe; } .myforecolor {color:#c8afbe; } .mybordercolor {border:3px solid #c8afbe; }
#c8afbe Text Font Color
<p style="color:#c8afbe">Text here</p>
This sample text font color is #c8afbe
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.
#c8afbe Background Color
<div style="background-color:#c8afbe">
Div content here</div>
This div background color is #c8afbe
#c8afbe Border Color
<div style="border:3px solid #c8afbe">
Div here</div>
This div border color is #c8afbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,175,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8afbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8afbe; -webkit-box-shadow: 1px 1px 3px 2px #c8afbe; box-shadow: 1px 1px 3px 2px #c8afbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,175,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8afbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8afbe; -webkit-box-shadow: 1px 1px 3px 2px #c8afbe; box-shadow: 1px 1px 3px 2px #c8afbe;">
Div content here</div>
This div box has shadow with color #c8afbe
Comments
No comments written yet.
Please login to write comment.