Color Hex Logo

#ea58fc Color Hex

#EA58FC
(234,88,252)
0 Favorites   0 Comments

Color spaces of #ea58fc

RGB 23488252
HSL0.820.960.67
HSV293°65°99°
CMYK 0.070.650.00   0.01
XYZ54.992131.500195.2772
Yxy31.50010.30250.1733
Hunter Lab56.124976.6784-61.3627
CIE-Lab62.927676.4315-55.2142

#ea58fc color RGB value is (234,88,252).

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

The process color (four color CMYK) of #ea58fc color hex is 0.07, 0.65, 0.00, 0.01. Web safe color of #ea58fc is #ff66ff. Color #ea58fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 11111100
Octal 352 130 374
Decimal 234 88 252
Hex EA 58 FC

RGB Percentages of Color #ea58fc

%40.77
%15.33
%43.90

CMYK Percentages of Color #ea58fc

%7
%65
%0
%1

Triadic Colors of #ea58fc

#ea58fc #fcea58 #58fcea

Analogous Colors of #ea58fc

#ea58fc #fc58bc #9858fc

Monochromatic Colors of #ea58fc

#ea58fc

Complementary Color

#ea58fc #6afc58

#ea58fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea58fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea58fc Color CSS Codes

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

#ea58fc Text Font Color

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

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


#ea58fc Background Color

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

This div background color is #ea58fc


#ea58fc Border Color

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

This div border color is #ea58fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,88,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 #ea58fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea58fc

Related Colors


Comments

No comments written yet.

Please login to write comment.