Color Hex Logo

#ea49fc Color Hex

#EA49FC
(234,73,252)
0 Favorites   0 Comments

Color spaces of #ea49fc

RGB 23473252
HSL0.820.970.64
HSV294°71°99°
CMYK 0.070.710.00   0.01
XYZ53.884929.285894.9081
Yxy29.28580.30260.1645
Hunter Lab54.116483.0329-66.1001
CIE-Lab61.033081.7824-58.2333

#ea49fc color RGB value is (234,73,252).

#ea49fc hex color red value is 234, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ea49fc hue: 0.82 , saturation: 0.97 and the lightness value of ea49fc is 0.64.

The process color (four color CMYK) of #ea49fc color hex is 0.07, 0.71, 0.00, 0.01. Web safe color of #ea49fc is #ff33ff. Color #ea49fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 11111100
Octal 352 111 374
Decimal 234 73 252
Hex EA 49 FC

RGB Percentages of Color #ea49fc

%41.86
%13.06
%45.08

CMYK Percentages of Color #ea49fc

%7
%71
%0
%1

Triadic Colors of #ea49fc

#ea49fc #fcea49 #49fcea

Analogous Colors of #ea49fc

#ea49fc #fc49b5 #9149fc

Monochromatic Colors of #ea49fc

#ea49fc

Complementary Color

#ea49fc #5bfc49

#ea49fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea49fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea49fc Color CSS Codes

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

#ea49fc Text Font Color

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

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


#ea49fc Background Color

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

This div background color is #ea49fc


#ea49fc Border Color

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

This div border color is #ea49fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea49fc

Related Colors


Comments

No comments written yet.

Please login to write comment.