Color Hex Logo

#e97dac Color Hex

#E97DAC
(233,125,172)
0 Favorites   0 Comments

Color spaces of #e97dac

RGB 233125172
HSL0.930.710.70
HSV334°46°91°
CMYK 0.000.460.26   0.09
XYZ48.384334.969443.2294
Yxy34.96940.38220.2763
Hunter Lab59.134942.5629-1.9483
CIE-Lab65.724846.9698-6.0903

#e97dac color RGB value is (233,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111101 10101100
Octal 351 175 254
Decimal 233 125 172
Hex E9 7D AC

RGB Percentages of Color #e97dac

%43.96
%23.58
%32.45

CMYK Percentages of Color #e97dac

%0
%46
%26
%9

Triadic Colors of #e97dac

#e97dac #ace97d #7dace9

Analogous Colors of #e97dac

#e97dac #e9847d #e97de2

Monochromatic Colors of #e97dac

#e97dac

Complementary Color

#e97dac #7de9ba

#e97dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97dac Color CSS Codes

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

#e97dac Text Font Color

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

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


#e97dac Background Color

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

This div background color is #e97dac


#e97dac Border Color

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

This div border color is #e97dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,125,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 #e97dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97dac


Comments

No comments written yet.

Please login to write comment.