Color spaces of #c8abeb
RGB | 200 | 171 | 235 |
---|---|---|---|
HSL | 0.74 | 0.62 | 0.80 |
HSV | 267° | 27° | 92° |
CMYK | 0.15 | 0.27 | 0.00 0.08 |
XYZ | 53.3777 | 47.4033 | 84.9337 |
Yxy | 47.4033 | 0.2874 | 0.2552 |
Hunter Lab | 68.8501 | 17.8989 | -24.9453 |
CIE-Lab | 74.4470 | 22.6611 | -28.1638 |
#c8abeb color RGB value is (200,171,235).
#c8abeb hex color red value is 200, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8abeb hue: 0.74 , saturation: 0.62 and the lightness value of c8abeb is 0.80.
The process color (four color CMYK) of #c8abeb color hex is 0.15, 0.27, 0.00, 0.08. Web safe color of #c8abeb is #cc99ff. Color #c8abeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10101011 | 11101011 |
Octal | 310 | 253 | 353 |
Decimal | 200 | 171 | 235 |
Hex | C8 | AB | EB |
Shades of #c8abeb
Tints of #c8abeb
RGB Percentages of Color #c8abeb
CMYK Percentages of Color #c8abeb
Complementary Color
#c8abeb | #ceebab |
#c8abeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8abeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8abeb Color CSS Codes
.mybgcolor {background-color:#c8abeb; } .myforecolor {color:#c8abeb; } .mybordercolor {border:3px solid #c8abeb; }
#c8abeb Text Font Color
<p style="color:#c8abeb">Text here</p>
This sample text font color is #c8abeb
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.
#c8abeb Background Color
<div style="background-color:#c8abeb">
Div content here</div>
This div background color is #c8abeb
#c8abeb Border Color
<div style="border:3px solid #c8abeb">
Div here</div>
This div border color is #c8abeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,171,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8abeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8abeb; -webkit-box-shadow: 1px 1px 3px 2px #c8abeb; box-shadow: 1px 1px 3px 2px #c8abeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,171,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 #c8abeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8abeb; -webkit-box-shadow: 1px 1px 3px 2px #c8abeb; box-shadow: 1px 1px 3px 2px #c8abeb;">
Div content here</div>
This div box has shadow with color #c8abeb
Comments
No comments written yet.
Please login to write comment.