Color Hex Logo

#c979aa Color Hex

#C979AA
(201,121,170)
0 Favorites   0 Comments

Color spaces of #c979aa

RGB 201121170
HSL0.900.430.63
HSV323°40°79°
CMYK 0.000.400.15   0.21
XYZ38.180528.994541.6144
Yxy28.99450.35100.2665
Hunter Lab53.846532.3360-8.1287
CIE-Lab60.776837.9903-12.7676

#c979aa color RGB value is (201,121,170).

#c979aa hex color red value is 201, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c979aa hue: 0.90 , saturation: 0.43 and the lightness value of c979aa is 0.63.

The process color (four color CMYK) of #c979aa color hex is 0.00, 0.40, 0.15, 0.21. Web safe color of #c979aa is #cc6699. Color #c979aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 10101010
Octal 311 171 252
Decimal 201 121 170
Hex C9 79 AA

RGB Percentages of Color #c979aa

%40.85
%24.59
%34.55

CMYK Percentages of Color #c979aa

%0
%40
%15
%21

Triadic Colors of #c979aa

#c979aa #aac979 #79aac9

Analogous Colors of #c979aa

#c979aa #c97982 #c079c9

Monochromatic Colors of #c979aa

#c979aa

Complementary Color

#c979aa #79c998

#c979aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979aa Color CSS Codes

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

#c979aa Text Font Color

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

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


#c979aa Background Color

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

This div background color is #c979aa


#c979aa Border Color

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

This div border color is #c979aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979aa


Comments

No comments written yet.

Please login to write comment.