Color Hex Logo

#e93aed Color Hex

#E93AED
(233,58,237)
0 Favorites   0 Comments

Color spaces of #e93aed

RGB 23358237
HSL0.830.830.58
HSV299°76°93°
CMYK 0.020.760.00   0.07
XYZ50.403426.464282.5723
Yxy26.46420.31610.1660
Hunter Lab51.443484.8656-59.1567
CIE-Lab58.475183.6967-53.9793

#e93aed color RGB value is (233,58,237).

#e93aed hex color red value is 233, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e93aed hue: 0.83 , saturation: 0.83 and the lightness value of e93aed is 0.58.

The process color (four color CMYK) of #e93aed color hex is 0.02, 0.76, 0.00, 0.07. Web safe color of #e93aed is #ff33ff. Color #e93aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00111010 11101101
Octal 351 72 355
Decimal 233 58 237
Hex E9 3A ED

RGB Percentages of Color #e93aed

%44.13
%10.98
%44.89

CMYK Percentages of Color #e93aed

%2
%76
%0
%7

Triadic Colors of #e93aed

#e93aed #ede93a #3aede9

Analogous Colors of #e93aed

#e93aed #ed3a98 #903aed

Monochromatic Colors of #e93aed

#e93aed

Complementary Color

#e93aed #3eed3a

#e93aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e93aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e93aed Color CSS Codes

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

#e93aed Text Font Color

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

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


#e93aed Background Color

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

This div background color is #e93aed


#e93aed Border Color

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

This div border color is #e93aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e93aed


Comments

No comments written yet.

Please login to write comment.