Color Hex Logo

#e977ab Color Hex

#E977AB
(233,119,171)
0 Favorites   0 Comments

Color spaces of #e977ab

RGB 233119171
HSL0.920.720.69
HSV333°49°91°
CMYK 0.000.490.27   0.09
XYZ47.551833.457642.4798
Yxy33.45760.38510.2709
Hunter Lab57.842545.5187-3.0530
CIE-Lab64.529749.8181-7.2962

#e977ab color RGB value is (233,119,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 10101011
Octal 351 167 253
Decimal 233 119 171
Hex E9 77 AB

RGB Percentages of Color #e977ab

%44.55
%22.75
%32.70

CMYK Percentages of Color #e977ab

%0
%49
%27
%9

Triadic Colors of #e977ab

#e977ab #abe977 #77abe9

Analogous Colors of #e977ab

#e977ab #e97c77 #e977e4

Monochromatic Colors of #e977ab

#e977ab

Complementary Color

#e977ab #77e9b5

#e977ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977ab Color CSS Codes

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

#e977ab Text Font Color

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

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


#e977ab Background Color

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

This div background color is #e977ab


#e977ab Border Color

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

This div border color is #e977ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977ab


Comments

No comments written yet.

Please login to write comment.