Color Hex Logo

#ea4adc Color Hex

#EA4ADC
(234,74,220)
0 Favorites   0 Comments

Color spaces of #ea4adc

RGB 23474220
HSL0.850.790.60
HSV305°68°92°
CMYK 0.000.680.06   0.08
XYZ49.298727.557370.4309
Yxy27.55730.33470.1871
Hunter Lab52.495075.7651-42.8009
CIE-Lab59.486776.3578-42.8180

#ea4adc color RGB value is (234,74,220).

#ea4adc hex color red value is 234, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ea4adc hue: 0.85 , saturation: 0.79 and the lightness value of ea4adc is 0.60.

The process color (four color CMYK) of #ea4adc color hex is 0.00, 0.68, 0.06, 0.08. Web safe color of #ea4adc is #ff33cc. Color #ea4adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001010 11011100
Octal 352 112 334
Decimal 234 74 220
Hex EA 4A DC

RGB Percentages of Color #ea4adc

%44.32
%14.02
%41.67

CMYK Percentages of Color #ea4adc

%0
%68
%6
%8

Triadic Colors of #ea4adc

#ea4adc #dcea4a #4adcea

Analogous Colors of #ea4adc

#ea4adc #ea4a8c #a84aea

Monochromatic Colors of #ea4adc

#ea4adc

Complementary Color

#ea4adc #4aea58

#ea4adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4adc Color CSS Codes

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

#ea4adc Text Font Color

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

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


#ea4adc Background Color

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

This div background color is #ea4adc


#ea4adc Border Color

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

This div border color is #ea4adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4adc


Comments

No comments written yet.

Please login to write comment.