Color Hex Logo

#c7accc Color Hex

#C7ACCC
(199,172,204)
0 Favorites   0 Comments

Color spaces of #c7accc

RGB 199172204
HSL0.810.240.74
HSV291°16°80°
CMYK 0.020.160.00   0.20
XYZ49.204846.006863.4136
Yxy46.00680.31020.2900
Hunter Lab67.828310.7900-7.9512
CIE-Lab73.549915.4849-12.6244

#c7accc color RGB value is (199,172,204).

#c7accc hex color red value is 199, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c7accc hue: 0.81 , saturation: 0.24 and the lightness value of c7accc is 0.74.

The process color (four color CMYK) of #c7accc color hex is 0.02, 0.16, 0.00, 0.20. Web safe color of #c7accc is #cc99cc. Color #c7accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11001100
Octal 307 254 314
Decimal 199 172 204
Hex C7 AC CC

RGB Percentages of Color #c7accc

%34.61
%29.91
%35.48

CMYK Percentages of Color #c7accc

%2
%16
%0
%20

Triadic Colors of #c7accc

#c7accc #ccc7ac #acccc7

Analogous Colors of #c7accc

#c7accc #ccacc1 #b7accc

Monochromatic Colors of #c7accc

#c7accc

Complementary Color

#c7accc #b1ccac

#c7accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7accc Color CSS Codes

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

#c7accc Text Font Color

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

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


#c7accc Background Color

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

This div background color is #c7accc


#c7accc Border Color

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

This div border color is #c7accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7accc


Comments

No comments written yet.

Please login to write comment.