Color Hex Logo

#c7acce Color Hex

#C7ACCE
(199,172,206)
0 Favorites   0 Comments

Color spaces of #c7acce

RGB 199172206
HSL0.800.260.74
HSV288°17°81°
CMYK 0.030.170.00   0.19
XYZ49.446346.103464.6853
Yxy46.10340.30860.2877
Hunter Lab67.899511.1646-8.9537
CIE-Lab73.612615.8707-13.6255

#c7acce color RGB value is (199,172,206).

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

The process color (four color CMYK) of #c7acce color hex is 0.03, 0.17, 0.00, 0.19. Web safe color of #c7acce is #cc99cc. Color #c7acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11001110
Octal 307 254 316
Decimal 199 172 206
Hex C7 AC CE

RGB Percentages of Color #c7acce

%34.49
%29.81
%35.70

CMYK Percentages of Color #c7acce

%3
%17
%0
%19

Triadic Colors of #c7acce

#c7acce #cec7ac #accec7

Analogous Colors of #c7acce

#c7acce #ceacc4 #b6acce

Monochromatic Colors of #c7acce

#c7acce

Complementary Color

#c7acce #b3ceac

#c7acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acce Color CSS Codes

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

#c7acce Text Font Color

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

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


#c7acce Background Color

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

This div background color is #c7acce


#c7acce Border Color

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

This div border color is #c7acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7acce


Comments

No comments written yet.

Please login to write comment.