Color Hex Logo

#c979af Color Hex

#C979AF
(201,121,175)
0 Favorites   0 Comments

Color spaces of #c979af

RGB 201121175
HSL0.890.430.63
HSV320°40°79°
CMYK 0.000.400.13   0.21
XYZ38.662629.187444.1534
Yxy29.18740.34520.2606
Hunter Lab54.025433.1970-10.6383
CIE-Lab60.946738.8043-15.3684

#c979af color RGB value is (201,121,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 10101111
Octal 311 171 257
Decimal 201 121 175
Hex C9 79 AF

RGB Percentages of Color #c979af

%40.44
%24.35
%35.21

CMYK Percentages of Color #c979af

%0
%40
%13
%21

Triadic Colors of #c979af

#c979af #afc979 #79afc9

Analogous Colors of #c979af

#c979af #c97987 #bb79c9

Monochromatic Colors of #c979af

#c979af

Complementary Color

#c979af #79c993

#c979af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979af Color CSS Codes

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

#c979af Text Font Color

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

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


#c979af Background Color

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

This div background color is #c979af


#c979af Border Color

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

This div border color is #c979af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979af


Comments

No comments written yet.

Please login to write comment.