Color Hex Logo

#e24aba Color Hex

#E24ABA
(226,74,186)
0 Favorites   0 Comments

Color spaces of #e24aba

RGB 22674186
HSL0.880.720.59
HSV316°67°89°
CMYK 0.000.670.18   0.11
XYZ42.675724.611548.9556
Yxy24.61150.36710.2117
Hunter Lab49.610066.7325-23.7810
CIE-Lab56.694969.5293-27.8823

#e24aba color RGB value is (226,74,186).

#e24aba hex color red value is 226, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e24aba hue: 0.88 , saturation: 0.72 and the lightness value of e24aba is 0.59.

The process color (four color CMYK) of #e24aba color hex is 0.00, 0.67, 0.18, 0.11. Web safe color of #e24aba is #cc33cc. Color #e24aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 10111010
Octal 342 112 272
Decimal 226 74 186
Hex E2 4A BA

RGB Percentages of Color #e24aba

%46.50
%15.23
%38.27

CMYK Percentages of Color #e24aba

%0
%67
%18
%11

Triadic Colors of #e24aba

#e24aba #bae24a #4abae2

Analogous Colors of #e24aba

#e24aba #e24a6e #be4ae2

Monochromatic Colors of #e24aba

#e24aba

Complementary Color

#e24aba #4ae272

#e24aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24aba Color CSS Codes

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

#e24aba Text Font Color

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

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


#e24aba Background Color

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

This div background color is #e24aba


#e24aba Border Color

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

This div border color is #e24aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,74,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24aba


Comments

No comments written yet.

Please login to write comment.