Color Hex Logo

#e977ce Color Hex

#E977CE
(233,119,206)
0 Favorites   0 Comments

Color spaces of #e977ce

RGB 233119206
HSL0.870.720.69
HSV314°49°91°
CMYK 0.000.490.12   0.09
XYZ51.341734.973562.4371
Yxy34.97350.34510.2351
Hunter Lab59.138451.4747-21.2003
CIE-Lab65.728054.9298-25.2487

#e977ce color RGB value is (233,119,206).

#e977ce hex color red value is 233, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e977ce hue: 0.87 , saturation: 0.72 and the lightness value of e977ce is 0.69.

The process color (four color CMYK) of #e977ce color hex is 0.00, 0.49, 0.12, 0.09. Web safe color of #e977ce is #ff66cc. Color #e977ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 11001110
Octal 351 167 316
Decimal 233 119 206
Hex E9 77 CE

RGB Percentages of Color #e977ce

%41.76
%21.33
%36.92

CMYK Percentages of Color #e977ce

%0
%49
%12
%9

Triadic Colors of #e977ce

#e977ce #cee977 #77cee9

Analogous Colors of #e977ce

#e977ce #e97795 #cb77e9

Monochromatic Colors of #e977ce

#e977ce

Complementary Color

#e977ce #77e992

#e977ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977ce Color CSS Codes

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

#e977ce Text Font Color

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

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


#e977ce Background Color

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

This div background color is #e977ce


#e977ce Border Color

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

This div border color is #e977ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977ce


Comments

No comments written yet.

Please login to write comment.