Color Hex Logo

#e39aed Color Hex

#E39AED
(227,154,237)
0 Favorites   0 Comments

Color spaces of #e39aed

RGB 227154237
HSL0.810.700.77
HSV293°35°93°
CMYK 0.040.350.00   0.07
XYZ58.520245.556585.8297
Yxy45.55650.30820.2399
Hunter Lab67.495636.6464-28.1483
CIE-Lab73.256840.6347-30.8609

#e39aed color RGB value is (227,154,237).

#e39aed hex color red value is 227, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e39aed hue: 0.81 , saturation: 0.70 and the lightness value of e39aed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011010 11101101
Octal 343 232 355
Decimal 227 154 237
Hex E3 9A ED

RGB Percentages of Color #e39aed

%36.73
%24.92
%38.35

CMYK Percentages of Color #e39aed

%4
%35
%0
%7

Triadic Colors of #e39aed

#e39aed #ede39a #9aede3

Analogous Colors of #e39aed

#e39aed #ed9ace #ba9aed

Monochromatic Colors of #e39aed

#e39aed

Complementary Color

#e39aed #a4ed9a

#e39aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39aed Color CSS Codes

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

#e39aed Text Font Color

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

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


#e39aed Background Color

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

This div background color is #e39aed


#e39aed Border Color

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

This div border color is #e39aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39aed


Comments

No comments written yet.

Please login to write comment.