Color Hex Logo

#e24aad Color Hex

#E24AAD
(226,74,173)
0 Favorites   0 Comments

Color spaces of #e24aad

RGB 22674173
HSL0.890.720.59
HSV321°67°89°
CMYK 0.000.670.23   0.11
XYZ41.355624.083442.0040
Yxy24.08340.38490.2242
Hunter Lab49.074864.5418-16.3949
CIE-Lab56.171267.7975-21.1598

#e24aad color RGB value is (226,74,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001010 10101101
Octal 342 112 255
Decimal 226 74 173
Hex E2 4A AD

RGB Percentages of Color #e24aad

%47.78
%15.64
%36.58

CMYK Percentages of Color #e24aad

%0
%67
%23
%11

Triadic Colors of #e24aad

#e24aad #ade24a #4aade2

Analogous Colors of #e24aad

#e24aad #e24a61 #cb4ae2

Monochromatic Colors of #e24aad

#e24aad

Complementary Color

#e24aad #4ae27f

#e24aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24aad Color CSS Codes

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

#e24aad Text Font Color

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

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


#e24aad Background Color

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

This div background color is #e24aad


#e24aad Border Color

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

This div border color is #e24aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24aad


Comments

No comments written yet.

Please login to write comment.