Color Hex Logo

#e24abc Color Hex

#E24ABC
(226,74,188)
0 Favorites   0 Comments

Color spaces of #e24abc

RGB 22674188
HSL0.880.720.59
HSV315°67°89°
CMYK 0.000.670.17   0.11
XYZ42.889924.697150.0834
Yxy24.69710.36450.2099
Hunter Lab49.696267.0847-24.9647
CIE-Lab56.779169.8060-28.9048

#e24abc color RGB value is (226,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 10111100
Octal 342 112 274
Decimal 226 74 188
Hex E2 4A BC

RGB Percentages of Color #e24abc

%46.31
%15.16
%38.52

CMYK Percentages of Color #e24abc

%0
%67
%17
%11

Triadic Colors of #e24abc

#e24abc #bce24a #4abce2

Analogous Colors of #e24abc

#e24abc #e24a70 #bc4ae2

Monochromatic Colors of #e24abc

#e24abc

Complementary Color

#e24abc #4ae270

#e24abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24abc Color CSS Codes

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

#e24abc Text Font Color

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

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


#e24abc Background Color

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

This div background color is #e24abc


#e24abc Border Color

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

This div border color is #e24abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24abc


Comments

No comments written yet.

Please login to write comment.