Color Hex Logo

#e24b9e Color Hex

#E24B9E
(226,75,158)
0 Favorites   0 Comments

Color spaces of #e24b9e

RGB 22675158
HSL0.910.720.59
HSV327°67°89°
CMYK 0.000.670.30   0.11
XYZ40.051723.669534.8055
Yxy23.66950.40650.2402
Hunter Lab48.651361.8085-8.3606
CIE-Lab55.755465.5654-13.0334

#e24b9e color RGB value is (226,75,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 10011110
Octal 342 113 236
Decimal 226 75 158
Hex E2 4B 9E

RGB Percentages of Color #e24b9e

%49.24
%16.34
%34.42

CMYK Percentages of Color #e24b9e

%0
%67
%30
%11

Triadic Colors of #e24b9e

#e24b9e #9ee24b #4b9ee2

Analogous Colors of #e24b9e

#e24b9e #e24b52 #db4be2

Monochromatic Colors of #e24b9e

#e24b9e

Complementary Color

#e24b9e #4be28f

#e24b9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24b9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24b9e Color CSS Codes

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

#e24b9e Text Font Color

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

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


#e24b9e Background Color

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

This div background color is #e24b9e


#e24b9e Border Color

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

This div border color is #e24b9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24b9e


Comments

No comments written yet.

Please login to write comment.