Color Hex Logo

#e38aec Color Hex

#E38AEC
(227,138,236)
0 Favorites   0 Comments

Color spaces of #e38aec

RGB 227138236
HSL0.820.720.73
HSV294°42°93°
CMYK 0.040.420.00   0.07
XYZ55.907440.564084.2399
Yxy40.56400.30940.2245
Hunter Lab63.689945.2312-33.8375
CIE-Lab69.869448.8087-35.5536

#e38aec color RGB value is (227,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001010 11101100
Octal 343 212 354
Decimal 227 138 236
Hex E3 8A EC

RGB Percentages of Color #e38aec

%37.77
%22.96
%39.27

CMYK Percentages of Color #e38aec

%4
%42
%0
%7

Triadic Colors of #e38aec

#e38aec #ece38a #8aece3

Analogous Colors of #e38aec

#e38aec #ec8ac4 #b28aec

Monochromatic Colors of #e38aec

#e38aec

Complementary Color

#e38aec #93ec8a

#e38aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38aec Color CSS Codes

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

#e38aec Text Font Color

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

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


#e38aec Background Color

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

This div background color is #e38aec


#e38aec Border Color

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

This div border color is #e38aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38aec


Comments

No comments written yet.

Please login to write comment.