Color Hex Logo

#e977be Color Hex

#E977BE
(233,119,190)
0 Favorites   0 Comments

Color spaces of #e977be

RGB 233119190
HSL0.900.720.69
HSV323°49°91°
CMYK 0.000.490.18   0.09
XYZ49.495434.235052.7145
Yxy34.23500.36280.2509
Hunter Lab58.510748.6032-12.4591
CIE-Lab65.148752.4861-17.1320

#e977be color RGB value is (233,119,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 10111110
Octal 351 167 276
Decimal 233 119 190
Hex E9 77 BE

RGB Percentages of Color #e977be

%42.99
%21.96
%35.06

CMYK Percentages of Color #e977be

%0
%49
%18
%9

Triadic Colors of #e977be

#e977be #bee977 #77bee9

Analogous Colors of #e977be

#e977be #e97785 #db77e9

Monochromatic Colors of #e977be

#e977be

Complementary Color

#e977be #77e9a2

#e977be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977be Color CSS Codes

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

#e977be Text Font Color

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

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


#e977be Background Color

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

This div background color is #e977be


#e977be Border Color

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

This div border color is #e977be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977be


Comments

No comments written yet.

Please login to write comment.