Color Hex Logo

#e977b2 Color Hex

#E977B2
(233,119,178)
0 Favorites   0 Comments

Color spaces of #e977b2

RGB 233119178
HSL0.910.720.69
HSV329°49°91°
CMYK 0.000.490.24   0.09
XYZ48.237033.731646.0880
Yxy33.73160.37670.2634
Hunter Lab58.078946.6137-6.3938
CIE-Lab64.749050.7706-10.9440

#e977b2 color RGB value is (233,119,178).

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

The process color (four color CMYK) of #e977b2 color hex is 0.00, 0.49, 0.24, 0.09. Web safe color of #e977b2 is #ff6699. Color #e977b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 10110010
Octal 351 167 262
Decimal 233 119 178
Hex E9 77 B2

RGB Percentages of Color #e977b2

%43.96
%22.45
%33.58

CMYK Percentages of Color #e977b2

%0
%49
%24
%9

Triadic Colors of #e977b2

#e977b2 #b2e977 #77b2e9

Analogous Colors of #e977b2

#e977b2 #e97779 #e777e9

Monochromatic Colors of #e977b2

#e977b2

Complementary Color

#e977b2 #77e9ae

#e977b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977b2 Color CSS Codes

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

#e977b2 Text Font Color

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

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


#e977b2 Background Color

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

This div background color is #e977b2


#e977b2 Border Color

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

This div border color is #e977b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977b2


Comments

No comments written yet.

Please login to write comment.