Color Hex Logo

#e37aec Color Hex

#E37AEC
(227,122,236)
0 Favorites   0 Comments

Color spaces of #e37aec

RGB 227122236
HSL0.820.750.70
HSV295°48°93°
CMYK 0.040.480.00   0.07
XYZ53.778436.306183.5302
Yxy36.30610.30980.2091
Hunter Lab60.254553.8694-40.0149
CIE-Lab66.753156.8539-40.4093

#e37aec color RGB value is (227,122,236).

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

The process color (four color CMYK) of #e37aec color hex is 0.04, 0.48, 0.00, 0.07. Web safe color of #e37aec is #cc66ff. Color #e37aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111010 11101100
Octal 343 172 354
Decimal 227 122 236
Hex E3 7A EC

RGB Percentages of Color #e37aec

%38.80
%20.85
%40.34

CMYK Percentages of Color #e37aec

%4
%48
%0
%7

Triadic Colors of #e37aec

#e37aec #ece37a #7aece3

Analogous Colors of #e37aec

#e37aec #ec7abc #aa7aec

Monochromatic Colors of #e37aec

#e37aec

Complementary Color

#e37aec #83ec7a

#e37aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37aec Color CSS Codes

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

#e37aec Text Font Color

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

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


#e37aec Background Color

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

This div background color is #e37aec


#e37aec Border Color

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

This div border color is #e37aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37aec


Comments

No comments written yet.

Please login to write comment.