Color Hex Logo

#e44adc Color Hex

#E44ADC
(228,74,220)
0 Favorites   0 Comments

Color spaces of #e44adc

RGB 22874220
HSL0.840.740.59
HSV303°68°89°
CMYK 0.000.680.04   0.11
XYZ47.362026.558870.3403
Yxy26.55880.32830.1841
Hunter Lab51.535273.8587-44.8501
CIE-Lab58.563775.0049-44.3351

#e44adc color RGB value is (228,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001010 11011100
Octal 344 112 334
Decimal 228 74 220
Hex E4 4A DC

RGB Percentages of Color #e44adc

%43.68
%14.18
%42.15

CMYK Percentages of Color #e44adc

%0
%68
%4
%11

Triadic Colors of #e44adc

#e44adc #dce44a #4adce4

Analogous Colors of #e44adc

#e44adc #e44a8f #9f4ae4

Monochromatic Colors of #e44adc

#e44adc

Complementary Color

#e44adc #4ae452

#e44adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44adc Color CSS Codes

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

#e44adc Text Font Color

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

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


#e44adc Background Color

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

This div background color is #e44adc


#e44adc Border Color

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

This div border color is #e44adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44adc


Comments

No comments written yet.

Please login to write comment.