Color Hex Logo

#c977aa Color Hex

#C977AA
(201,119,170)
0 Favorites   0 Comments

Color spaces of #c977aa

RGB 201119170
HSL0.900.430.63
HSV323°41°79°
CMYK 0.000.410.15   0.21
XYZ37.939928.513441.5342
Yxy28.51340.35130.2640
Hunter Lab53.397933.3801-8.7386
CIE-Lab60.349839.0543-13.4105

#c977aa color RGB value is (201,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110111 10101010
Octal 311 167 252
Decimal 201 119 170
Hex C9 77 AA

RGB Percentages of Color #c977aa

%41.02
%24.29
%34.69

CMYK Percentages of Color #c977aa

%0
%41
%15
%21

Triadic Colors of #c977aa

#c977aa #aac977 #77aac9

Analogous Colors of #c977aa

#c977aa #c97781 #bf77c9

Monochromatic Colors of #c977aa

#c977aa

Complementary Color

#c977aa #77c996

#c977aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c977aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c977aa Color CSS Codes

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

#c977aa Text Font Color

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

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


#c977aa Background Color

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

This div background color is #c977aa


#c977aa Border Color

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

This div border color is #c977aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c977aa


Comments

No comments written yet.

Please login to write comment.