Color Hex Logo

#ef76fa Color Hex

#EF76FA
(239,118,250)
0 Favorites   0 Comments

Color spaces of #ef76fa

RGB 239118250
HSL0.820.930.72
HSV295°53°98°
CMYK 0.040.530.00   0.02
XYZ59.330438.209794.6906
Yxy38.20970.30860.1988
Hunter Lab61.814063.1536-47.5544
CIE-Lab68.174964.4937-45.7737

#ef76fa color RGB value is (239,118,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110110 11111010
Octal 357 166 372
Decimal 239 118 250
Hex EF 76 FA

RGB Percentages of Color #ef76fa

%39.37
%19.44
%41.19

CMYK Percentages of Color #ef76fa

%4
%53
%0
%2

Triadic Colors of #ef76fa

#ef76fa #faef76 #76faef

Analogous Colors of #ef76fa

#ef76fa #fa76c3 #ad76fa

Monochromatic Colors of #ef76fa

#ef76fa

Complementary Color

#ef76fa #81fa76

#ef76fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef76fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef76fa Color CSS Codes

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

#ef76fa Text Font Color

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

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


#ef76fa Background Color

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

This div background color is #ef76fa


#ef76fa Border Color

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

This div border color is #ef76fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef76fa

Related Colors


Comments

No comments written yet.

Please login to write comment.