Color Hex Logo

#c7acff Color Hex

#C7ACFF
(199,172,255)
0 Favorites   0 Comments

Color spaces of #c7acff

RGB 199172255
HSL0.721.000.84
HSV260°33°100°
CMYK 0.220.330.00   0.00
XYZ56.355748.8672101.0698
Yxy48.86720.27320.2369
Hunter Lab69.905121.5683-36.7888
CIE-Lab75.368626.2218-37.5648

#c7acff color RGB value is (199,172,255).

#c7acff hex color red value is 199, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7acff hue: 0.72 , saturation: 1.00 and the lightness value of c7acff is 0.84.

The process color (four color CMYK) of #c7acff color hex is 0.22, 0.33, 0.00, 0.00. Web safe color of #c7acff is #cc99ff. Color #c7acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11111111
Octal 307 254 377
Decimal 199 172 255
Hex C7 AC FF

RGB Percentages of Color #c7acff

%31.79
%27.48
%40.73

CMYK Percentages of Color #c7acff

%22
%33
%0
%0

Triadic Colors of #c7acff

#c7acff #ffc7ac #acffc7

Analogous Colors of #c7acff

#c7acff #f1acff #acbbff

Monochromatic Colors of #c7acff

#c7acff

Complementary Color

#c7acff #e4ffac

#c7acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acff Color CSS Codes

.mybgcolor {background-color:#c7acff; } 
.myforecolor {color:#c7acff; }
.mybordercolor {border:3px solid #c7acff; }

#c7acff Text Font Color

<p style="color:#c7acff">Text here</p>

This sample text font color is #c7acff
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.


#c7acff Background Color

<div style="background-color:#c7acff">
Div content here</div>

This div background color is #c7acff


#c7acff Border Color

<div style="border:3px solid #c7acff">
Div here</div>

This div border color is #c7acff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,172,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7acff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7acff;
  -webkit-box-shadow: 1px 1px 3px 2px #c7acff;
  box-shadow:         1px 1px 3px 2px #c7acff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,172,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7acff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7acff;
  -webkit-box-shadow: 1px 1px 3px 2px #c7acff;
  box-shadow:         1px 1px 3px 2px #c7acff;">
Div content here</div>

This div box has shadow with color #c7acff


Comments

No comments written yet.

Please login to write comment.