Color Hex Logo

#e44acc Color Hex

#E44ACC
(228,74,204)
0 Favorites   0 Comments

Color spaces of #e44acc

RGB 22874204
HSL0.860.740.59
HSV309°68°89°
CMYK 0.000.680.11   0.11
XYZ45.342825.751259.7074
Yxy25.75120.34670.1969
Hunter Lab50.745670.6904-34.2388
CIE-Lab57.800172.5809-36.4599

#e44acc color RGB value is (228,74,204).

#e44acc hex color red value is 228, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e44acc hue: 0.86 , saturation: 0.74 and the lightness value of e44acc is 0.59.

The process color (four color CMYK) of #e44acc color hex is 0.00, 0.68, 0.11, 0.11. Web safe color of #e44acc is #cc33cc. Color #e44acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11001100
Octal 344 112 314
Decimal 228 74 204
Hex E4 4A CC

RGB Percentages of Color #e44acc

%45.06
%14.62
%40.32

CMYK Percentages of Color #e44acc

%0
%68
%11
%11

Triadic Colors of #e44acc

#e44acc #cce44a #4acce4

Analogous Colors of #e44acc

#e44acc #e44a7f #af4ae4

Monochromatic Colors of #e44acc

#e44acc

Complementary Color

#e44acc #4ae462

#e44acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44acc Color CSS Codes

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

#e44acc Text Font Color

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

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


#e44acc Background Color

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

This div background color is #e44acc


#e44acc Border Color

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

This div border color is #e44acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44acc


Comments

No comments written yet.

Please login to write comment.