Color Hex Logo

#c976eb Color Hex

#C976EB
(201,118,235)
0 Favorites   0 Comments

Color spaces of #c976eb

RGB 201118235
HSL0.780.750.69
HSV283°50°92°
CMYK 0.140.500.00   0.08
XYZ45.561231.372582.2514
Yxy31.37250.28620.1971
Hunter Lab56.011247.1779-47.8585
CIE-Lab62.820851.5662-46.2500

#c976eb color RGB value is (201,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11101011
Octal 311 166 353
Decimal 201 118 235
Hex C9 76 EB

RGB Percentages of Color #c976eb

%36.28
%21.30
%42.42

CMYK Percentages of Color #c976eb

%14
%50
%0
%8

Triadic Colors of #c976eb

#c976eb #ebc976 #76ebc9

Analogous Colors of #c976eb

#c976eb #eb76d3 #8f76eb

Monochromatic Colors of #c976eb

#c976eb

Complementary Color

#c976eb #98eb76

#c976eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976eb Color CSS Codes

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

#c976eb Text Font Color

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

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


#c976eb Background Color

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

This div background color is #c976eb


#c976eb Border Color

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

This div border color is #c976eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976eb


Comments

No comments written yet.

Please login to write comment.