Color Hex Logo

#c976ce Color Hex

#C976CE
(201,118,206)
0 Favorites   0 Comments

Color spaces of #c976ce

RGB 201118206
HSL0.820.470.64
HSV297°43°81°
CMYK 0.020.430.00   0.19
XYZ41.706429.830661.9522
Yxy29.83060.31240.2235
Hunter Lab54.617440.7240-29.0201
CIE-Lab61.507845.8633-32.0938

#c976ce color RGB value is (201,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11001110
Octal 311 166 316
Decimal 201 118 206
Hex C9 76 CE

RGB Percentages of Color #c976ce

%38.29
%22.48
%39.24

CMYK Percentages of Color #c976ce

%2
%43
%0
%19

Triadic Colors of #c976ce

#c976ce #cec976 #76cec9

Analogous Colors of #c976ce

#c976ce #ce76a7 #9d76ce

Monochromatic Colors of #c976ce

#c976ce

Complementary Color

#c976ce #7bce76

#c976ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976ce Color CSS Codes

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

#c976ce Text Font Color

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

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


#c976ce Background Color

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

This div background color is #c976ce


#c976ce Border Color

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

This div border color is #c976ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976ce


Comments

No comments written yet.

Please login to write comment.