Color Hex Logo

#ef97fe Color Hex

#EF97FE
(239,151,254)
0 Favorites   0 Comments

Color spaces of #ef97fe

RGB 239151254
HSL0.810.980.79
HSV291°41°100°
CMYK 0.060.410.00   0.00
XYZ64.552647.639799.5590
Yxy47.63970.30490.2250
Hunter Lab69.021546.1550-37.2069
CIE-Lab74.597148.9982-37.9180

#ef97fe color RGB value is (239,151,254).

#ef97fe hex color red value is 239, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef97fe hue: 0.81 , saturation: 0.98 and the lightness value of ef97fe is 0.79.

The process color (four color CMYK) of #ef97fe color hex is 0.06, 0.41, 0.00, 0.00. Web safe color of #ef97fe is #ff99ff. Color #ef97fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 11111110
Octal 357 227 376
Decimal 239 151 254
Hex EF 97 FE

RGB Percentages of Color #ef97fe

%37.11
%23.45
%39.44

CMYK Percentages of Color #ef97fe

%6
%41
%0
%0

Triadic Colors of #ef97fe

#ef97fe #feef97 #97feef

Analogous Colors of #ef97fe

#ef97fe #fe97da #bc97fe

Monochromatic Colors of #ef97fe

#ef97fe

Complementary Color

#ef97fe #a6fe97

#ef97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef97fe Color CSS Codes

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

#ef97fe Text Font Color

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

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


#ef97fe Background Color

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

This div background color is #ef97fe


#ef97fe Border Color

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

This div border color is #ef97fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,151,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef97fe


Comments

No comments written yet.

Please login to write comment.