Color Hex Logo

#e97abb Color Hex

#E97ABB
(233,122,187)
0 Favorites   0 Comments

Color spaces of #e97abb

RGB 233122187
HSL0.900.720.70
HSV325°48°91°
CMYK 0.000.480.20   0.09
XYZ49.533434.830651.1260
Yxy34.83060.36560.2571
Hunter Lab59.017546.5347-10.0499
CIE-Lab65.616650.5723-14.7317

#e97abb color RGB value is (233,122,187).

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

The process color (four color CMYK) of #e97abb color hex is 0.00, 0.48, 0.20, 0.09. Web safe color of #e97abb is #ff66cc. Color #e97abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 10111011
Octal 351 172 273
Decimal 233 122 187
Hex E9 7A BB

RGB Percentages of Color #e97abb

%42.99
%22.51
%34.50

CMYK Percentages of Color #e97abb

%0
%48
%20
%9

Triadic Colors of #e97abb

#e97abb #bbe97a #7abbe9

Analogous Colors of #e97abb

#e97abb #e97a84 #e07ae9

Monochromatic Colors of #e97abb

#e97abb

Complementary Color

#e97abb #7ae9a8

#e97abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97abb Color CSS Codes

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

#e97abb Text Font Color

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

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


#e97abb Background Color

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

This div background color is #e97abb


#e97abb Border Color

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

This div border color is #e97abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97abb


Comments

No comments written yet.

Please login to write comment.