Color Hex Logo

#c7aabe Color Hex

#C7AABE
(199,170,190)
0 Favorites   0 Comments

Color spaces of #c7aabe

RGB 199170190
HSL0.890.210.72
HSV319°15°78°
CMYK 0.000.150.05   0.22
XYZ47.222244.609354.8368
Yxy44.60930.32200.3042
Hunter Lab66.79029.3208-1.9258
CIE-Lab72.633913.9672-6.3063

#c7aabe color RGB value is (199,170,190).

#c7aabe hex color red value is 199, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c7aabe hue: 0.89 , saturation: 0.21 and the lightness value of c7aabe is 0.72.

The process color (four color CMYK) of #c7aabe color hex is 0.00, 0.15, 0.05, 0.22. Web safe color of #c7aabe is #cc99cc. Color #c7aabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101010 10111110
Octal 307 252 276
Decimal 199 170 190
Hex C7 AA BE

RGB Percentages of Color #c7aabe

%35.60
%30.41
%33.99

CMYK Percentages of Color #c7aabe

%0
%15
%5
%22

Triadic Colors of #c7aabe

#c7aabe #bec7aa #aabec7

Analogous Colors of #c7aabe

#c7aabe #c7aab0 #c2aac7

Monochromatic Colors of #c7aabe

#c7aabe

Complementary Color

#c7aabe #aac7b3

#c7aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7aabe Color CSS Codes

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

#c7aabe Text Font Color

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

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


#c7aabe Background Color

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

This div background color is #c7aabe


#c7aabe Border Color

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

This div border color is #c7aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7aabe


Comments

No comments written yet.

Please login to write comment.