Color Hex Logo

#e44cad Color Hex

#E44CAD
(228,76,173)
0 Favorites   0 Comments

Color spaces of #e44cad

RGB 22876173
HSL0.890.740.60
HSV322°67°89°
CMYK 0.000.670.24   0.11
XYZ42.122224.680042.0788
Yxy24.68000.38690.2267
Hunter Lab49.679064.4098-15.4442
CIE-Lab56.762367.5764-20.2270

#e44cad color RGB value is (228,76,173).

#e44cad hex color red value is 228, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e44cad hue: 0.89 , saturation: 0.74 and the lightness value of e44cad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001100 10101101
Octal 344 114 255
Decimal 228 76 173
Hex E4 4C AD

RGB Percentages of Color #e44cad

%47.80
%15.93
%36.27

CMYK Percentages of Color #e44cad

%0
%67
%24
%11

Triadic Colors of #e44cad

#e44cad #ade44c #4cade4

Analogous Colors of #e44cad

#e44cad #e44c61 #cf4ce4

Monochromatic Colors of #e44cad

#e44cad

Complementary Color

#e44cad #4ce483

#e44cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44cad Color CSS Codes

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

#e44cad Text Font Color

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

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


#e44cad Background Color

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

This div background color is #e44cad


#e44cad Border Color

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

This div border color is #e44cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,76,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 #e44cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44cad


Comments

No comments written yet.

Please login to write comment.