Color Hex Logo

#ea3edc Color Hex

#EA3EDC
(234,62,220)
0 Favorites   0 Comments

Color spaces of #ea3edc

RGB 23462220
HSL0.850.800.58
HSV305°74°92°
CMYK 0.000.740.06   0.08
XYZ48.572626.105070.1889
Yxy26.10500.33530.1802
Hunter Lab51.093180.2816-45.6843
CIE-Lab58.136680.1950-44.9474

#ea3edc color RGB value is (234,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111110 11011100
Octal 352 76 334
Decimal 234 62 220
Hex EA 3E DC

RGB Percentages of Color #ea3edc

%45.35
%12.02
%42.64

CMYK Percentages of Color #ea3edc

%0
%74
%6
%8

Triadic Colors of #ea3edc

#ea3edc #dcea3e #3edcea

Analogous Colors of #ea3edc

#ea3edc #ea3e86 #a23eea

Monochromatic Colors of #ea3edc

#ea3edc

Complementary Color

#ea3edc #3eea4c

#ea3edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3edc Color CSS Codes

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

#ea3edc Text Font Color

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

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


#ea3edc Background Color

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

This div background color is #ea3edc


#ea3edc Border Color

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

This div border color is #ea3edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3edc


Comments

No comments written yet.

Please login to write comment.