Color Hex Logo

#e37aed Color Hex

#E37AED
(227,122,237)
0 Favorites   0 Comments

Color spaces of #e37aed

RGB 227122237
HSL0.820.760.70
HSV295°49°93°
CMYK 0.040.490.00   0.07
XYZ53.924136.364484.2977
Yxy36.36440.30890.2083
Hunter Lab60.302954.0883-40.6697
CIE-Lab66.797457.0362-40.8920

#e37aed color RGB value is (227,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111010 11101101
Octal 343 172 355
Decimal 227 122 237
Hex E3 7A ED

RGB Percentages of Color #e37aed

%38.74
%20.82
%40.44

CMYK Percentages of Color #e37aed

%4
%49
%0
%7

Triadic Colors of #e37aed

#e37aed #ede37a #7aede3

Analogous Colors of #e37aed

#e37aed #ed7abe #aa7aed

Monochromatic Colors of #e37aed

#e37aed

Complementary Color

#e37aed #84ed7a

#e37aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37aed Color CSS Codes

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

#e37aed Text Font Color

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

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


#e37aed Background Color

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

This div background color is #e37aed


#e37aed Border Color

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

This div border color is #e37aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37aed


Comments

No comments written yet.

Please login to write comment.