Color spaces of #c86beb
RGB | 200 | 107 | 235 |
---|---|---|---|
HSL | 0.79 | 0.76 | 0.67 |
HSV | 284° | 54° | 92° |
CMYK | 0.15 | 0.54 | 0.00 0.08 |
XYZ | 44.0725 | 28.7929 | 81.8320 |
Yxy | 28.7929 | 0.2849 | 0.1861 |
Hunter Lab | 53.6590 | 52.7066 | -52.8581 |
CIE-Lab | 60.5984 | 56.8363 | -49.7716 |
#c86beb color RGB value is (200,107,235).
#c86beb hex color red value is 200, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c86beb hue: 0.79 , saturation: 0.76 and the lightness value of c86beb is 0.67.
The process color (four color CMYK) of #c86beb color hex is 0.15, 0.54, 0.00, 0.08. Web safe color of #c86beb is #cc66ff. Color #c86beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01101011 | 11101011 |
Octal | 310 | 153 | 353 |
Decimal | 200 | 107 | 235 |
Hex | C8 | 6B | EB |
Shades of #c86beb
Tints of #c86beb
RGB Percentages of Color #c86beb
CMYK Percentages of Color #c86beb
Complementary Color
#c86beb | #8eeb6b |
#c86beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c86beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c86beb Color CSS Codes
.mybgcolor {background-color:#c86beb; } .myforecolor {color:#c86beb; } .mybordercolor {border:3px solid #c86beb; }
#c86beb Text Font Color
<p style="color:#c86beb">Text here</p>
This sample text font color is #c86beb
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.
#c86beb Background Color
<div style="background-color:#c86beb">
Div content here</div>
This div background color is #c86beb
#c86beb Border Color
<div style="border:3px solid #c86beb">
Div here</div>
This div border color is #c86beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,107,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c86beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c86beb; -webkit-box-shadow: 1px 1px 3px 2px #c86beb; box-shadow: 1px 1px 3px 2px #c86beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,107,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c86beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c86beb; -webkit-box-shadow: 1px 1px 3px 2px #c86beb; box-shadow: 1px 1px 3px 2px #c86beb;">
Div content here</div>
This div box has shadow with color #c86beb
Comments
No comments written yet.
Please login to write comment.