Color Hex Logo

#e44cae Color Hex

#E44CAE
(228,76,174)
0 Favorites   0 Comments

Color spaces of #e44cae

RGB 22876174
HSL0.890.740.60
HSV321°67°89°
CMYK 0.000.670.24   0.11
XYZ42.219324.718942.5904
Yxy24.71890.38550.2257
Hunter Lab49.718164.5708-15.9874
CIE-Lab56.800567.7044-20.7492

#e44cae color RGB value is (228,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001100 10101110
Octal 344 114 256
Decimal 228 76 174
Hex E4 4C AE

RGB Percentages of Color #e44cae

%47.70
%15.90
%36.40

CMYK Percentages of Color #e44cae

%0
%67
%24
%11

Triadic Colors of #e44cae

#e44cae #aee44c #4caee4

Analogous Colors of #e44cae

#e44cae #e44c62 #ce4ce4

Monochromatic Colors of #e44cae

#e44cae

Complementary Color

#e44cae #4ce482

#e44cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44cae Color CSS Codes

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

#e44cae Text Font Color

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

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


#e44cae Background Color

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

This div background color is #e44cae


#e44cae Border Color

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

This div border color is #e44cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,76,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44cae


Comments

No comments written yet.

Please login to write comment.