Color Hex Logo

#ea47dd Color Hex

#EA47DD
(234,71,221)
0 Favorites   0 Comments

Color spaces of #ea47dd

RGB 23471221
HSL0.850.800.60
HSV305°70°92°
CMYK 0.000.700.06   0.08
XYZ49.236127.219471.0654
Yxy27.21940.33380.1845
Hunter Lab52.172277.1531-44.2402
CIE-Lab59.176977.5230-43.8700

#ea47dd color RGB value is (234,71,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 11011101
Octal 352 107 335
Decimal 234 71 221
Hex EA 47 DD

RGB Percentages of Color #ea47dd

%44.49
%13.50
%42.02

CMYK Percentages of Color #ea47dd

%0
%70
%6
%8

Triadic Colors of #ea47dd

#ea47dd #ddea47 #47ddea

Analogous Colors of #ea47dd

#ea47dd #ea478c #a647ea

Monochromatic Colors of #ea47dd

#ea47dd

Complementary Color

#ea47dd #47ea54

#ea47dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47dd Color CSS Codes

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

#ea47dd Text Font Color

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

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


#ea47dd Background Color

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

This div background color is #ea47dd


#ea47dd Border Color

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

This div border color is #ea47dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47dd


Comments

No comments written yet.

Please login to write comment.