Color Hex Logo

#e37aef Color Hex

#E37AEF
(227,122,239)
0 Favorites   0 Comments

Color spaces of #e37aef

RGB 227122239
HSL0.820.790.71
HSV294°49°94°
CMYK 0.050.490.00   0.06
XYZ54.218136.482085.8455
Yxy36.48200.30710.2066
Hunter Lab60.400354.5292-41.9872
CIE-Lab66.886657.4028-41.8555

#e37aef color RGB value is (227,122,239).

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

The process color (four color CMYK) of #e37aef color hex is 0.05, 0.49, 0.00, 0.06. Web safe color of #e37aef is #cc66ff. Color #e37aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111010 11101111
Octal 343 172 357
Decimal 227 122 239
Hex E3 7A EF

RGB Percentages of Color #e37aef

%38.61
%20.75
%40.65

CMYK Percentages of Color #e37aef

%5
%49
%0
%6

Triadic Colors of #e37aef

#e37aef #efe37a #7aefe3

Analogous Colors of #e37aef

#e37aef #ef7ac1 #a97aef

Monochromatic Colors of #e37aef

#e37aef

Complementary Color

#e37aef #86ef7a

#e37aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37aef Color CSS Codes

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

#e37aef Text Font Color

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

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


#e37aef Background Color

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

This div background color is #e37aef


#e37aef Border Color

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

This div border color is #e37aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37aef


Comments

No comments written yet.

Please login to write comment.