Color Hex Logo

#c976cf Color Hex

#C976CF
(201,118,207)
0 Favorites   0 Comments

Color spaces of #c976cf

RGB 201118207
HSL0.820.480.64
HSV296°43°81°
CMYK 0.030.430.00   0.19
XYZ41.828329.879462.5942
Yxy29.87940.31140.2225
Hunter Lab54.662140.9325-29.6303
CIE-Lab61.550046.0510-32.5914

#c976cf color RGB value is (201,118,207).

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

The process color (four color CMYK) of #c976cf color hex is 0.03, 0.43, 0.00, 0.19. Web safe color of #c976cf is #cc66cc. Color #c976cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11001111
Octal 311 166 317
Decimal 201 118 207
Hex C9 76 CF

RGB Percentages of Color #c976cf

%38.21
%22.43
%39.35

CMYK Percentages of Color #c976cf

%3
%43
%0
%19

Triadic Colors of #c976cf

#c976cf #cfc976 #76cfc9

Analogous Colors of #c976cf

#c976cf #cf76a9 #9d76cf

Monochromatic Colors of #c976cf

#c976cf

Complementary Color

#c976cf #7ccf76

#c976cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976cf Color CSS Codes

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

#c976cf Text Font Color

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

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


#c976cf Background Color

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

This div background color is #c976cf


#c976cf Border Color

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

This div border color is #c976cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976cf


Comments

No comments written yet.

Please login to write comment.