Color Hex Logo

#ef73fa Color Hex

#EF73FA
(239,115,250)
0 Favorites   0 Comments

Color spaces of #ef73fa

RGB 239115250
HSL0.820.930.72
HSV295°54°98°
CMYK 0.040.540.00   0.02
XYZ58.982737.514394.5747
Yxy37.51430.30870.1963
Hunter Lab61.248964.7099-48.6757
CIE-Lab67.661165.8719-46.5816

#ef73fa color RGB value is (239,115,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110011 11111010
Octal 357 163 372
Decimal 239 115 250
Hex EF 73 FA

RGB Percentages of Color #ef73fa

%39.57
%19.04
%41.39

CMYK Percentages of Color #ef73fa

%4
%54
%0
%2

Triadic Colors of #ef73fa

#ef73fa #faef73 #73faef

Analogous Colors of #ef73fa

#ef73fa #fa73c2 #ac73fa

Monochromatic Colors of #ef73fa

#ef73fa

Complementary Color

#ef73fa #7efa73

#ef73fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef73fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef73fa Color CSS Codes

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

#ef73fa Text Font Color

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

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


#ef73fa Background Color

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

This div background color is #ef73fa


#ef73fa Border Color

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

This div border color is #ef73fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef73fa


Comments

No comments written yet.

Please login to write comment.