Color Hex Logo

#ea73fa Color Hex

#EA73FA
(234,115,250)
0 Favorites   0 Comments

Color spaces of #ea73fa

RGB 234115250
HSL0.810.930.72
HSV293°54°98°
CMYK 0.060.540.00   0.02
XYZ57.317736.656094.4968
Yxy36.65600.30410.1945
Hunter Lab60.544263.0351-50.1583
CIE-Lab67.018164.5919-47.6377

#ea73fa color RGB value is (234,115,250).

#ea73fa hex color red value is 234, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea73fa hue: 0.81 , saturation: 0.93 and the lightness value of ea73fa is 0.72.

The process color (four color CMYK) of #ea73fa color hex is 0.06, 0.54, 0.00, 0.02. Web safe color of #ea73fa is #ff66ff. Color #ea73fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 11111010
Octal 352 163 372
Decimal 234 115 250
Hex EA 73 FA

RGB Percentages of Color #ea73fa

%39.07
%19.20
%41.74

CMYK Percentages of Color #ea73fa

%6
%54
%0
%2

Triadic Colors of #ea73fa

#ea73fa #faea73 #73faea

Analogous Colors of #ea73fa

#ea73fa #fa73c7 #a773fa

Monochromatic Colors of #ea73fa

#ea73fa

Complementary Color

#ea73fa #83fa73

#ea73fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73fa Color CSS Codes

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

#ea73fa Text Font Color

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

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


#ea73fa Background Color

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

This div background color is #ea73fa


#ea73fa Border Color

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

This div border color is #ea73fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73fa


Comments

No comments written yet.

Please login to write comment.