Color Hex Logo

#e97abf Color Hex

#E97ABF
(233,122,191)
0 Favorites   0 Comments

Color spaces of #e97abf

RGB 233122191
HSL0.900.720.70
HSV323°48°91°
CMYK 0.000.480.18   0.09
XYZ49.967835.004353.4131
Yxy35.00430.36110.2529
Hunter Lab59.164447.2159-12.1114
CIE-Lab65.752051.1613-16.7825

#e97abf color RGB value is (233,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 10111111
Octal 351 172 277
Decimal 233 122 191
Hex E9 7A BF

RGB Percentages of Color #e97abf

%42.67
%22.34
%34.98

CMYK Percentages of Color #e97abf

%0
%48
%18
%9

Triadic Colors of #e97abf

#e97abf #bfe97a #7abfe9

Analogous Colors of #e97abf

#e97abf #e97a88 #dc7ae9

Monochromatic Colors of #e97abf

#e97abf

Complementary Color

#e97abf #7ae9a4

#e97abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97abf Color CSS Codes

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

#e97abf Text Font Color

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

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


#e97abf Background Color

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

This div background color is #e97abf


#e97abf Border Color

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

This div border color is #e97abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97abf


Comments

No comments written yet.

Please login to write comment.