Color spaces of #c87afc
RGB | 200 | 122 | 252 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.73 |
HSV | 276° | 52° | 99° |
CMYK | 0.21 | 0.52 | 0.00 0.01 |
XYZ | 48.3496 | 33.2267 | 95.9605 |
Yxy | 33.2267 | 0.2723 | 0.1872 |
Hunter Lab | 57.6426 | 48.8481 | -58.3532 |
CIE-Lab | 64.3441 | 52.8260 | -53.2282 |
#c87afc color RGB value is (200,122,252).
#c87afc hex color red value is 200, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c87afc hue: 0.77 , saturation: 0.96 and the lightness value of c87afc is 0.73.
The process color (four color CMYK) of #c87afc color hex is 0.21, 0.52, 0.00, 0.01. Web safe color of #c87afc is #cc66ff. Color #c87afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111010 | 11111100 |
Octal | 310 | 172 | 374 |
Decimal | 200 | 122 | 252 |
Hex | C8 | 7A | FC |
Shades of #c87afc
Tints of #c87afc
RGB Percentages of Color #c87afc
CMYK Percentages of Color #c87afc
Complementary Color
#c87afc | #aefc7a |
#c87afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87afc Color CSS Codes
.mybgcolor {background-color:#c87afc; } .myforecolor {color:#c87afc; } .mybordercolor {border:3px solid #c87afc; }
#c87afc Text Font Color
<p style="color:#c87afc">Text here</p>
This sample text font color is #c87afc
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.
#c87afc Background Color
<div style="background-color:#c87afc">
Div content here</div>
This div background color is #c87afc
#c87afc Border Color
<div style="border:3px solid #c87afc">
Div here</div>
This div border color is #c87afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,122,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87afc; -webkit-box-shadow: 1px 1px 3px 2px #c87afc; box-shadow: 1px 1px 3px 2px #c87afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,122,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87afc; -webkit-box-shadow: 1px 1px 3px 2px #c87afc; box-shadow: 1px 1px 3px 2px #c87afc;">
Div content here</div>
This div box has shadow with color #c87afc
Comments
No comments written yet.
Please login to write comment.