Color Hex Logo

#e24bac Color Hex

#E24BAC
(226,75,172)
0 Favorites   0 Comments

Color spaces of #e24bac

RGB 22675172
HSL0.890.720.59
HSV321°67°89°
CMYK 0.000.670.24   0.11
XYZ41.326524.179541.5187
Yxy24.17950.38610.2259
Hunter Lab49.172763.9658-15.6404
CIE-Lab56.267167.2954-20.4316

#e24bac color RGB value is (226,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001011 10101100
Octal 342 113 254
Decimal 226 75 172
Hex E2 4B AC

RGB Percentages of Color #e24bac

%47.78
%15.86
%36.36

CMYK Percentages of Color #e24bac

%0
%67
%24
%11

Triadic Colors of #e24bac

#e24bac #ace24b #4bace2

Analogous Colors of #e24bac

#e24bac #e24b61 #cd4be2

Monochromatic Colors of #e24bac

#e24bac

Complementary Color

#e24bac #4be281

#e24bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24bac Color CSS Codes

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

#e24bac Text Font Color

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

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


#e24bac Background Color

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

This div background color is #e24bac


#e24bac Border Color

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

This div border color is #e24bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24bac


Comments

No comments written yet.

Please login to write comment.