Color Hex Logo

#e97aac Color Hex

#E97AAC
(233,122,172)
0 Favorites   0 Comments

Color spaces of #e97aac

RGB 233122172
HSL0.920.720.70
HSV333°48°91°
CMYK 0.000.480.26   0.09
XYZ48.010234.221343.1047
Yxy34.22130.38310.2730
Hunter Lab58.499044.1220-2.7383
CIE-Lab65.137848.4683-6.9608

#e97aac color RGB value is (233,122,172).

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

The process color (four color CMYK) of #e97aac color hex is 0.00, 0.48, 0.26, 0.09. Web safe color of #e97aac is #ff6699. Color #e97aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111010 10101100
Octal 351 172 254
Decimal 233 122 172
Hex E9 7A AC

RGB Percentages of Color #e97aac

%44.21
%23.15
%32.64

CMYK Percentages of Color #e97aac

%0
%48
%26
%9

Triadic Colors of #e97aac

#e97aac #ace97a #7aace9

Analogous Colors of #e97aac

#e97aac #e9807a #e97ae4

Monochromatic Colors of #e97aac

#e97aac

Complementary Color

#e97aac #7ae9b7

#e97aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97aac Color CSS Codes

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

#e97aac Text Font Color

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

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


#e97aac Background Color

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

This div background color is #e97aac


#e97aac Border Color

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

This div border color is #e97aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97aac


Comments

No comments written yet.

Please login to write comment.