Color Hex Logo

#e977df Color Hex

#E977DF
(233,119,223)
0 Favorites   0 Comments

Color spaces of #e977df

RGB 233119223
HSL0.850.720.69
HSV305°49°91°
CMYK 0.000.490.04   0.09
XYZ53.520435.845073.9100
Yxy35.84500.32780.2195
Hunter Lab59.870754.7934-31.2837
CIE-Lab66.401357.7080-33.6986

#e977df color RGB value is (233,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 11011111
Octal 351 167 337
Decimal 233 119 223
Hex E9 77 DF

RGB Percentages of Color #e977df

%40.52
%20.70
%38.78

CMYK Percentages of Color #e977df

%0
%49
%4
%9

Triadic Colors of #e977df

#e977df #dfe977 #77dfe9

Analogous Colors of #e977df

#e977df #e977a6 #ba77e9

Monochromatic Colors of #e977df

#e977df

Complementary Color

#e977df #77e981

#e977df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977df Color CSS Codes

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

#e977df Text Font Color

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

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


#e977df Background Color

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

This div background color is #e977df


#e977df Border Color

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

This div border color is #e977df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,119,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977df


Comments

No comments written yet.

Please login to write comment.