Color spaces of #c87bef
RGB | 200 | 123 | 239 |
---|---|---|---|
HSL | 0.78 | 0.78 | 0.71 |
HSV | 280° | 49° | 94° |
CMYK | 0.16 | 0.49 | 0.00 0.06 |
XYZ | 46.4824 | 32.6773 | 85.5188 |
Yxy | 32.6773 | 0.2823 | 0.1984 |
Hunter Lab | 57.1641 | 45.1084 | -48.6844 |
CIE-Lab | 63.8988 | 49.5397 | -46.7722 |
#c87bef color RGB value is (200,123,239).
#c87bef hex color red value is 200, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c87bef hue: 0.78 , saturation: 0.78 and the lightness value of c87bef is 0.71.
The process color (four color CMYK) of #c87bef color hex is 0.16, 0.49, 0.00, 0.06. Web safe color of #c87bef is #cc66ff. Color #c87bef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01111011 | 11101111 |
Octal | 310 | 173 | 357 |
Decimal | 200 | 123 | 239 |
Hex | C8 | 7B | EF |
Shades of #c87bef
Tints of #c87bef
RGB Percentages of Color #c87bef
CMYK Percentages of Color #c87bef
Complementary Color
#c87bef | #a2ef7b |
#c87bef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c87bef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c87bef Color CSS Codes
.mybgcolor {background-color:#c87bef; } .myforecolor {color:#c87bef; } .mybordercolor {border:3px solid #c87bef; }
#c87bef Text Font Color
<p style="color:#c87bef">Text here</p>
This sample text font color is #c87bef
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.
#c87bef Background Color
<div style="background-color:#c87bef">
Div content here</div>
This div background color is #c87bef
#c87bef Border Color
<div style="border:3px solid #c87bef">
Div here</div>
This div border color is #c87bef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,123,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c87bef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c87bef; -webkit-box-shadow: 1px 1px 3px 2px #c87bef; box-shadow: 1px 1px 3px 2px #c87bef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,123,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c87bef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c87bef; -webkit-box-shadow: 1px 1px 3px 2px #c87bef; box-shadow: 1px 1px 3px 2px #c87bef;">
Div content here</div>
This div box has shadow with color #c87bef
Comments
No comments written yet.
Please login to write comment.