Color spaces of #c87bfc
RGB | 200 | 123 | 252 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.74 |
HSV | 276° | 51° | 99° |
CMYK | 0.21 | 0.51 | 0.00 0.01 |
XYZ | 48.4731 | 33.4736 | 96.0017 |
Yxy | 33.4736 | 0.2724 | 0.1881 |
Hunter Lab | 57.8564 | 48.3018 | -57.8811 |
CIE-Lab | 64.5426 | 52.3099 | -52.9133 |
#c87bfc color RGB value is (200,123,252).
#c87bfc hex color red value is 200, green value is 123 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c87bfc hue: 0.77 , saturation: 0.96 and the lightness value of c87bfc is 0.74.
The process color (four color CMYK) of #c87bfc color hex is 0.21, 0.51, 0.00, 0.01. Web safe color of #c87bfc is #cc66ff. Color #c87bfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111011 | 11111100 |
Octal | 310 | 173 | 374 |
Decimal | 200 | 123 | 252 |
Hex | C8 | 7B | FC |
Shades of #c87bfc
Tints of #c87bfc
RGB Percentages of Color #c87bfc
CMYK Percentages of Color #c87bfc
Complementary Color
#c87bfc | #affc7b |
#c87bfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87bfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87bfc Color CSS Codes
.mybgcolor {background-color:#c87bfc; } .myforecolor {color:#c87bfc; } .mybordercolor {border:3px solid #c87bfc; }
#c87bfc Text Font Color
<p style="color:#c87bfc">Text here</p>
This sample text font color is #c87bfc
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.
#c87bfc Background Color
<div style="background-color:#c87bfc">
Div content here</div>
This div background color is #c87bfc
#c87bfc Border Color
<div style="border:3px solid #c87bfc">
Div here</div>
This div border color is #c87bfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,123,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87bfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87bfc; -webkit-box-shadow: 1px 1px 3px 2px #c87bfc; box-shadow: 1px 1px 3px 2px #c87bfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,123,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 #c87bfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87bfc; -webkit-box-shadow: 1px 1px 3px 2px #c87bfc; box-shadow: 1px 1px 3px 2px #c87bfc;">
Div content here</div>
This div box has shadow with color #c87bfc
Comments
No comments written yet.
Please login to write comment.