Color Hex Logo

#e39aec Color Hex

#E39AEC
(227,154,236)
0 Favorites   0 Comments

Color spaces of #e39aec

RGB 227154236
HSL0.820.680.76
HSV293°35°93°
CMYK 0.040.350.00   0.07
XYZ58.374545.498285.0622
Yxy45.49820.30900.2408
Hunter Lab67.452436.4355-27.5522
CIE-Lab73.218740.4456-30.3743

#e39aec color RGB value is (227,154,236).

#e39aec hex color red value is 227, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e39aec hue: 0.82 , saturation: 0.68 and the lightness value of e39aec is 0.76.

The process color (four color CMYK) of #e39aec color hex is 0.04, 0.35, 0.00, 0.07. Web safe color of #e39aec is #cc99ff. Color #e39aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 11101100
Octal 343 232 354
Decimal 227 154 236
Hex E3 9A EC

RGB Percentages of Color #e39aec

%36.79
%24.96
%38.25

CMYK Percentages of Color #e39aec

%4
%35
%0
%7

Triadic Colors of #e39aec

#e39aec #ece39a #9aece3

Analogous Colors of #e39aec

#e39aec #ec9acc #ba9aec

Monochromatic Colors of #e39aec

#e39aec

Complementary Color

#e39aec #a3ec9a

#e39aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aec Color CSS Codes

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

#e39aec Text Font Color

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

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


#e39aec Background Color

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

This div background color is #e39aec


#e39aec Border Color

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

This div border color is #e39aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,154,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39aec;
  -webkit-box-shadow: 1px 1px 3px 2px #e39aec;
  box-shadow:         1px 1px 3px 2px #e39aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,154,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aec


Comments

No comments written yet.

Please login to write comment.