Color Hex Logo

#c976ea Color Hex

#C976EA
(201,118,234)
0 Favorites   0 Comments

Color spaces of #c976ea

RGB 201118234
HSL0.790.730.69
HSV283°50°92°
CMYK 0.140.500.00   0.08
XYZ45.417131.314981.4925
Yxy31.31490.28700.1979
Hunter Lab55.959746.9417-47.1705
CIE-Lab62.772651.3613-45.7713

#c976ea color RGB value is (201,118,234).

#c976ea hex color red value is 201, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c976ea hue: 0.79 , saturation: 0.73 and the lightness value of c976ea is 0.69.

The process color (four color CMYK) of #c976ea color hex is 0.14, 0.50, 0.00, 0.08. Web safe color of #c976ea is #cc66ff. Color #c976ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11101010
Octal 311 166 352
Decimal 201 118 234
Hex C9 76 EA

RGB Percentages of Color #c976ea

%36.35
%21.34
%42.31

CMYK Percentages of Color #c976ea

%14
%50
%0
%8

Triadic Colors of #c976ea

#c976ea #eac976 #76eac9

Analogous Colors of #c976ea

#c976ea #ea76d1 #8f76ea

Monochromatic Colors of #c976ea

#c976ea

Complementary Color

#c976ea #97ea76

#c976ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976ea Color CSS Codes

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

#c976ea Text Font Color

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

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


#c976ea Background Color

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

This div background color is #c976ea


#c976ea Border Color

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

This div border color is #c976ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976ea


Comments

No comments written yet.

Please login to write comment.