Color Hex Logo

#ea2adc Color Hex

#EA2ADC
(234,42,220)
0 Favorites   0 Comments

Color spaces of #ea2adc

RGB 23442220
HSL0.850.820.54
HSV304°82°92°
CMYK 0.000.820.06   0.08
XYZ47.677924.315769.8906
Yxy24.31570.33600.1714
Hunter Lab49.311086.2944-49.5167
CIE-Lab56.402585.1998-47.6921

#ea2adc color RGB value is (234,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101010 11011100
Octal 352 52 334
Decimal 234 42 220
Hex EA 2A DC

RGB Percentages of Color #ea2adc

%47.18
%8.47
%44.35

CMYK Percentages of Color #ea2adc

%0
%82
%6
%8

Triadic Colors of #ea2adc

#ea2adc #dcea2a #2adcea

Analogous Colors of #ea2adc

#ea2adc #ea2a7c #982aea

Monochromatic Colors of #ea2adc

#ea2adc

Complementary Color

#ea2adc #2aea38

#ea2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2adc Color CSS Codes

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

#ea2adc Text Font Color

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

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


#ea2adc Background Color

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

This div background color is #ea2adc


#ea2adc Border Color

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

This div border color is #ea2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2adc


Comments

No comments written yet.

Please login to write comment.