Color Hex Logo

#ea3adc Color Hex

#EA3ADC
(234,58,220)
0 Favorites   0 Comments

Color spaces of #ea3adc

RGB 23458220
HSL0.850.810.57
HSV305°75°92°
CMYK 0.000.750.06   0.08
XYZ48.363025.685870.1190
Yxy25.68580.33550.1782
Hunter Lab50.681281.6434-46.5528
CIE-Lab57.737681.3389-45.5779

#ea3adc color RGB value is (234,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111010 11011100
Octal 352 72 334
Decimal 234 58 220
Hex EA 3A DC

RGB Percentages of Color #ea3adc

%45.70
%11.33
%42.97

CMYK Percentages of Color #ea3adc

%0
%75
%6
%8

Triadic Colors of #ea3adc

#ea3adc #dcea3a #3adcea

Analogous Colors of #ea3adc

#ea3adc #ea3a84 #a03aea

Monochromatic Colors of #ea3adc

#ea3adc

Complementary Color

#ea3adc #3aea48

#ea3adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3adc Color CSS Codes

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

#ea3adc Text Font Color

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

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


#ea3adc Background Color

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

This div background color is #ea3adc


#ea3adc Border Color

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

This div border color is #ea3adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3adc


Comments

No comments written yet.

Please login to write comment.