Color Hex Logo

#e97aba Color Hex

#E97ABA
(233,122,186)
0 Favorites   0 Comments

Color spaces of #e97aba

RGB 233122186
HSL0.900.720.70
HSV325°48°91°
CMYK 0.000.480.20   0.09
XYZ49.426734.787950.5640
Yxy34.78790.36670.2581
Hunter Lab58.981346.3670-9.5418
CIE-Lab65.583250.4270-14.2176

#e97aba color RGB value is (233,122,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 10111010
Octal 351 172 272
Decimal 233 122 186
Hex E9 7A BA

RGB Percentages of Color #e97aba

%43.07
%22.55
%34.38

CMYK Percentages of Color #e97aba

%0
%48
%20
%9

Triadic Colors of #e97aba

#e97aba #bae97a #7abae9

Analogous Colors of #e97aba

#e97aba #e97a83 #e17ae9

Monochromatic Colors of #e97aba

#e97aba

Complementary Color

#e97aba #7ae9a9

#e97aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97aba Color CSS Codes

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

#e97aba Text Font Color

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

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


#e97aba Background Color

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

This div background color is #e97aba


#e97aba Border Color

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

This div border color is #e97aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97aba


Comments

No comments written yet.

Please login to write comment.