Color Hex Logo

#e24baa Color Hex

#E24BAA
(226,75,170)
0 Favorites   0 Comments

Color spaces of #e24baa

RGB 22675170
HSL0.900.720.59
HSV322°67°89°
CMYK 0.000.670.25   0.11
XYZ41.135824.103240.5145
Yxy24.10320.38900.2279
Hunter Lab49.095063.6456-14.5612
CIE-Lab56.191067.0398-19.3840

#e24baa color RGB value is (226,75,170).

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

The process color (four color CMYK) of #e24baa color hex is 0.00, 0.67, 0.25, 0.11. Web safe color of #e24baa is #cc3399. Color #e24baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 10101010
Octal 342 113 252
Decimal 226 75 170
Hex E2 4B AA

RGB Percentages of Color #e24baa

%47.98
%15.92
%36.09

CMYK Percentages of Color #e24baa

%0
%67
%25
%11

Triadic Colors of #e24baa

#e24baa #aae24b #4baae2

Analogous Colors of #e24baa

#e24baa #e24b5f #cf4be2

Monochromatic Colors of #e24baa

#e24baa

Complementary Color

#e24baa #4be283

#e24baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24baa Color CSS Codes

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

#e24baa Text Font Color

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

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


#e24baa Background Color

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

This div background color is #e24baa


#e24baa Border Color

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

This div border color is #e24baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24baa


Comments

No comments written yet.

Please login to write comment.