Color Hex Logo

#ea47df Color Hex

#EA47DF
(234,71,223)
0 Favorites   0 Comments

Color spaces of #ea47df

RGB 23471223
HSL0.840.800.60
HSV304°70°92°
CMYK 0.000.700.05   0.08
XYZ49.504227.326672.4774
Yxy27.32660.33160.1830
Hunter Lab52.274977.5582-45.6113
CIE-Lab59.275477.8257-44.8416

#ea47df color RGB value is (234,71,223).

#ea47df hex color red value is 234, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ea47df hue: 0.84 , saturation: 0.80 and the lightness value of ea47df is 0.60.

The process color (four color CMYK) of #ea47df color hex is 0.00, 0.70, 0.05, 0.08. Web safe color of #ea47df is #ff33cc. Color #ea47df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 11011111
Octal 352 107 337
Decimal 234 71 223
Hex EA 47 DF

RGB Percentages of Color #ea47df

%44.32
%13.45
%42.23

CMYK Percentages of Color #ea47df

%0
%70
%5
%8

Triadic Colors of #ea47df

#ea47df #dfea47 #47dfea

Analogous Colors of #ea47df

#ea47df #ea478e #a447ea

Monochromatic Colors of #ea47df

#ea47df

Complementary Color

#ea47df #47ea52

#ea47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47df Color CSS Codes

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

#ea47df Text Font Color

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

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


#ea47df Background Color

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

This div background color is #ea47df


#ea47df Border Color

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

This div border color is #ea47df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea47df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47df


Comments

No comments written yet.

Please login to write comment.