Color Hex Logo

#ea20dc Color Hex

#EA20DC
(234,32,220)
0 Favorites   0 Comments

Color spaces of #ea20dc

RGB 23432220
HSL0.840.830.52
HSV304°86°92°
CMYK 0.000.860.06   0.08
XYZ47.366523.692869.7868
Yxy23.69280.33630.1682
Hunter Lab48.675388.5189-50.9327
CIE-Lab55.778987.0210-48.6818

#ea20dc color RGB value is (234,32,220).

#ea20dc hex color red value is 234, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ea20dc hue: 0.84 , saturation: 0.83 and the lightness value of ea20dc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100000 11011100
Octal 352 40 334
Decimal 234 32 220
Hex EA 20 DC

RGB Percentages of Color #ea20dc

%48.15
%6.58
%45.27

CMYK Percentages of Color #ea20dc

%0
%86
%6
%8

Triadic Colors of #ea20dc

#ea20dc #dcea20 #20dcea

Analogous Colors of #ea20dc

#ea20dc #ea2077 #9320ea

Monochromatic Colors of #ea20dc

#ea20dc

Complementary Color

#ea20dc #20ea2e

#ea20dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea20dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea20dc Color CSS Codes

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

#ea20dc Text Font Color

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

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


#ea20dc Background Color

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

This div background color is #ea20dc


#ea20dc Border Color

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

This div border color is #ea20dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea20dc


Comments

No comments written yet.

Please login to write comment.