Color spaces of #c7acfc
RGB | 199 | 172 | 252 |
---|---|---|---|
HSL | 0.72 | 0.93 | 0.83 |
HSV | 260° | 32° | 99° |
CMYK | 0.21 | 0.32 | 0.00 0.01 |
XYZ | 55.8764 | 48.6754 | 98.5458 |
Yxy | 48.6754 | 0.2751 | 0.2397 |
Hunter Lab | 69.7678 | 20.8655 | -34.9087 |
CIE-Lab | 75.2489 | 25.5435 | -36.1334 |
#c7acfc color RGB value is (199,172,252).
#c7acfc hex color red value is 199, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c7acfc hue: 0.72 , saturation: 0.93 and the lightness value of c7acfc is 0.83.
The process color (four color CMYK) of #c7acfc color hex is 0.21, 0.32, 0.00, 0.01. Web safe color of #c7acfc is #cc99ff. Color #c7acfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 10101100 | 11111100 |
Octal | 307 | 254 | 374 |
Decimal | 199 | 172 | 252 |
Hex | C7 | AC | FC |
Shades of #c7acfc
Tints of #c7acfc
RGB Percentages of Color #c7acfc
CMYK Percentages of Color #c7acfc
Complementary Color
#c7acfc | #e1fcac |
#c7acfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7acfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7acfc Color CSS Codes
.mybgcolor {background-color:#c7acfc; } .myforecolor {color:#c7acfc; } .mybordercolor {border:3px solid #c7acfc; }
#c7acfc Text Font Color
<p style="color:#c7acfc">Text here</p>
This sample text font color is #c7acfc
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.
#c7acfc Background Color
<div style="background-color:#c7acfc">
Div content here</div>
This div background color is #c7acfc
#c7acfc Border Color
<div style="border:3px solid #c7acfc">
Div here</div>
This div border color is #c7acfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,172,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7acfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7acfc; -webkit-box-shadow: 1px 1px 3px 2px #c7acfc; box-shadow: 1px 1px 3px 2px #c7acfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,172,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 #c7acfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7acfc; -webkit-box-shadow: 1px 1px 3px 2px #c7acfc; box-shadow: 1px 1px 3px 2px #c7acfc;">
Div content here</div>
This div box has shadow with color #c7acfc
Comments
No comments written yet.
Please login to write comment.