Color Hex Logo

#e83aec Color Hex

#E83AEC
(232,58,236)
0 Favorites   0 Comments

Color spaces of #e83aec

RGB 23258236
HSL0.830.820.58
HSV299°75°93°
CMYK 0.020.750.00   0.07
XYZ49.932126.238081.7896
Yxy26.23800.31610.1661
Hunter Lab51.223084.3611-58.8143
CIE-Lab58.262383.3485-53.7681

#e83aec color RGB value is (232,58,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111010 11101100
Octal 350 72 354
Decimal 232 58 236
Hex E8 3A EC

RGB Percentages of Color #e83aec

%44.11
%11.03
%44.87

CMYK Percentages of Color #e83aec

%2
%75
%0
%7

Triadic Colors of #e83aec

#e83aec #ece83a #3aece8

Analogous Colors of #e83aec

#e83aec #ec3a97 #8f3aec

Monochromatic Colors of #e83aec

#e83aec

Complementary Color

#e83aec #3eec3a

#e83aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83aec Color CSS Codes

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

#e83aec Text Font Color

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

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


#e83aec Background Color

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

This div background color is #e83aec


#e83aec Border Color

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

This div border color is #e83aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83aec


Comments

No comments written yet.

Please login to write comment.