Color Hex Logo

#c979ce Color Hex

#C979CE
(201,121,206)
0 Favorites   0 Comments

Color spaces of #c979ce

RGB 201121206
HSL0.820.460.64
HSV296°41°81°
CMYK 0.020.410.00   0.19
XYZ42.065330.548562.0719
Yxy30.54850.31230.2268
Hunter Lab55.270739.1287-27.8963
CIE-Lab62.124644.2912-31.1369

#c979ce color RGB value is (201,121,206).

#c979ce hex color red value is 201, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c979ce hue: 0.82 , saturation: 0.46 and the lightness value of c979ce is 0.64.

The process color (four color CMYK) of #c979ce color hex is 0.02, 0.41, 0.00, 0.19. Web safe color of #c979ce is #cc66cc. Color #c979ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01111001 11001110
Octal 311 171 316
Decimal 201 121 206
Hex C9 79 CE

RGB Percentages of Color #c979ce

%38.07
%22.92
%39.02

CMYK Percentages of Color #c979ce

%2
%41
%0
%19

Triadic Colors of #c979ce

#c979ce #cec979 #79cec9

Analogous Colors of #c979ce

#c979ce #ce79a9 #9f79ce

Monochromatic Colors of #c979ce

#c979ce

Complementary Color

#c979ce #7ece79

#c979ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c979ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c979ce Color CSS Codes

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

#c979ce Text Font Color

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

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


#c979ce Background Color

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

This div background color is #c979ce


#c979ce Border Color

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

This div border color is #c979ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c979ce


Comments

No comments written yet.

Please login to write comment.