Color Hex Logo

#ea47fb Color Hex

#EA47FB
(234,71,251)
0 Favorites   0 Comments

Color spaces of #ea47fb

RGB 23471251
HSL0.820.960.63
HSV294°72°98°
CMYK 0.070.720.00   0.02
XYZ53.597528.963994.0325
Yxy28.96390.30350.1640
Hunter Lab53.818183.5866-65.9204
CIE-Lab60.749882.2664-58.1323

#ea47fb color RGB value is (234,71,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 11111011
Octal 352 107 373
Decimal 234 71 251
Hex EA 47 FB

RGB Percentages of Color #ea47fb

%42.09
%12.77
%45.14

CMYK Percentages of Color #ea47fb

%7
%72
%0
%2

Triadic Colors of #ea47fb

#ea47fb #fbea47 #47fbea

Analogous Colors of #ea47fb

#ea47fb #fb47b2 #9047fb

Monochromatic Colors of #ea47fb

#ea47fb

Complementary Color

#ea47fb #58fb47

#ea47fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47fb Color CSS Codes

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

#ea47fb Text Font Color

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

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


#ea47fb Background Color

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

This div background color is #ea47fb


#ea47fb Border Color

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

This div border color is #ea47fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47fb


Comments

No comments written yet.

Please login to write comment.