Color Hex Logo

#e24aec Color Hex

#E24AEC
(226,74,236)
0 Favorites   0 Comments

Color spaces of #e24aec

RGB 22674236
HSL0.820.810.61
HSV296°69°93°
CMYK 0.040.690.00   0.07
XYZ48.953127.122482.0119
Yxy27.12240.30970.1716
Hunter Lab52.079276.6469-56.9118
CIE-Lab59.087577.1376-52.5099

#e24aec color RGB value is (226,74,236).

#e24aec hex color red value is 226, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e24aec hue: 0.82 , saturation: 0.81 and the lightness value of e24aec is 0.61.

The process color (four color CMYK) of #e24aec color hex is 0.04, 0.69, 0.00, 0.07. Web safe color of #e24aec is #cc33ff. Color #e24aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 11101100
Octal 342 112 354
Decimal 226 74 236
Hex E2 4A EC

RGB Percentages of Color #e24aec

%42.16
%13.81
%44.03

CMYK Percentages of Color #e24aec

%4
%69
%0
%7

Triadic Colors of #e24aec

#e24aec #ece24a #4aece2

Analogous Colors of #e24aec

#e24aec #ec4aa5 #914aec

Monochromatic Colors of #e24aec

#e24aec

Complementary Color

#e24aec #54ec4a

#e24aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24aec Color CSS Codes

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

#e24aec Text Font Color

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

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


#e24aec Background Color

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

This div background color is #e24aec


#e24aec Border Color

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

This div border color is #e24aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24aec


Comments

No comments written yet.

Please login to write comment.