Color Hex Logo

#ea47fa Color Hex

#EA47FA
(234,71,250)
0 Favorites   0 Comments

Color spaces of #ea47fa

RGB 23471250
HSL0.820.950.63
HSV295°72°98°
CMYK 0.060.720.00   0.02
XYZ53.440228.901093.2043
Yxy28.90100.30440.1646
Hunter Lab53.759783.3599-65.1606
CIE-Lab60.694282.1015-57.6674

#ea47fa color RGB value is (234,71,250).

#ea47fa hex color red value is 234, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea47fa hue: 0.82 , saturation: 0.95 and the lightness value of ea47fa is 0.63.

The process color (four color CMYK) of #ea47fa color hex is 0.06, 0.72, 0.00, 0.02. Web safe color of #ea47fa is #ff33ff. Color #ea47fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 11111010
Octal 352 107 372
Decimal 234 71 250
Hex EA 47 FA

RGB Percentages of Color #ea47fa

%42.16
%12.79
%45.05

CMYK Percentages of Color #ea47fa

%6
%72
%0
%2

Triadic Colors of #ea47fa

#ea47fa #faea47 #47faea

Analogous Colors of #ea47fa

#ea47fa #fa47b1 #9147fa

Monochromatic Colors of #ea47fa

#ea47fa

Complementary Color

#ea47fa #57fa47

#ea47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47fa Color CSS Codes

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

#ea47fa Text Font Color

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

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


#ea47fa Background Color

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

This div background color is #ea47fa


#ea47fa Border Color

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

This div border color is #ea47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47fa


Comments

No comments written yet.

Please login to write comment.