Color Hex Logo

#c7a9ce Color Hex

#C7A9CE
(199,169,206)
0 Favorites   0 Comments

Color spaces of #c7a9ce

RGB 199169206
HSL0.800.270.74
HSV289°18°81°
CMYK 0.030.180.00   0.19
XYZ48.881744.974364.4971
Yxy44.97430.30870.2840
Hunter Lab67.062912.7475-10.0776
CIE-Lab72.875017.5136-14.7341

#c7a9ce color RGB value is (199,169,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101001 11001110
Octal 307 251 316
Decimal 199 169 206
Hex C7 A9 CE

RGB Percentages of Color #c7a9ce

%34.67
%29.44
%35.89

CMYK Percentages of Color #c7a9ce

%3
%18
%0
%19

Triadic Colors of #c7a9ce

#c7a9ce #cec7a9 #a9cec7

Analogous Colors of #c7a9ce

#c7a9ce #cea9c3 #b5a9ce

Monochromatic Colors of #c7a9ce

#c7a9ce

Complementary Color

#c7a9ce #b0cea9

#c7a9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7a9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7a9ce Color CSS Codes

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

#c7a9ce Text Font Color

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

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


#c7a9ce Background Color

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

This div background color is #c7a9ce


#c7a9ce Border Color

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

This div border color is #c7a9ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,169,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 #c7a9ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7a9ce


Comments

No comments written yet.

Please login to write comment.