Color spaces of #c0acfe
RGB | 192 | 172 | 254 |
---|---|---|---|
HSL | 0.71 | 0.98 | 0.84 |
HSV | 255° | 32° | 100° |
CMYK | 0.24 | 0.32 | 0.00 0.00 |
XYZ | 54.3801 | 47.8673 | 100.1391 |
Yxy | 47.8673 | 0.2687 | 0.2365 |
Hunter Lab | 69.1862 | 19.2245 | -37.3851 |
CIE-Lab | 74.7412 | 23.9595 | -38.0460 |
#c0acfe color RGB value is (192,172,254).
#c0acfe hex color red value is 192, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c0acfe hue: 0.71 , saturation: 0.98 and the lightness value of c0acfe is 0.84.
The process color (four color CMYK) of #c0acfe color hex is 0.24, 0.32, 0.00, 0.00. Web safe color of #c0acfe is #cc99ff. Color #c0acfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101100 | 11111110 |
Octal | 300 | 254 | 376 |
Decimal | 192 | 172 | 254 |
Hex | C0 | AC | FE |
Shades of #c0acfe
Tints of #c0acfe
RGB Percentages of Color #c0acfe
CMYK Percentages of Color #c0acfe
Complementary Color
#c0acfe | #eafeac |
#c0acfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0acfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0acfe Color CSS Codes
.mybgcolor {background-color:#c0acfe; } .myforecolor {color:#c0acfe; } .mybordercolor {border:3px solid #c0acfe; }
#c0acfe Text Font Color
<p style="color:#c0acfe">Text here</p>
This sample text font color is #c0acfe
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.
#c0acfe Background Color
<div style="background-color:#c0acfe">
Div content here</div>
This div background color is #c0acfe
#c0acfe Border Color
<div style="border:3px solid #c0acfe">
Div here</div>
This div border color is #c0acfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,172,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0acfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0acfe; -webkit-box-shadow: 1px 1px 3px 2px #c0acfe; box-shadow: 1px 1px 3px 2px #c0acfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,172,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0acfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0acfe; -webkit-box-shadow: 1px 1px 3px 2px #c0acfe; box-shadow: 1px 1px 3px 2px #c0acfe;">
Div content here</div>
This div box has shadow with color #c0acfe
Comments
No comments written yet.
Please login to write comment.