Color Hex Logo

#ef97fa Color Hex

#EF97FA
(239,151,250)
0 Favorites   0 Comments

Color spaces of #ef97fa

RGB 239151250
HSL0.810.910.79
HSV293°40°98°
CMYK 0.040.400.00   0.02
XYZ63.918547.386196.2200
Yxy47.38610.30800.2283
Hunter Lab68.837645.2788-34.6883
CIE-Lab74.436148.2485-36.0008

#ef97fa color RGB value is (239,151,250).

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

The process color (four color CMYK) of #ef97fa color hex is 0.04, 0.40, 0.00, 0.02. Web safe color of #ef97fa is #ff99ff. Color #ef97fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010111 11111010
Octal 357 227 372
Decimal 239 151 250
Hex EF 97 FA

RGB Percentages of Color #ef97fa

%37.34
%23.59
%39.06

CMYK Percentages of Color #ef97fa

%4
%40
%0
%2

Triadic Colors of #ef97fa

#ef97fa #faef97 #97faef

Analogous Colors of #ef97fa

#ef97fa #fa97d4 #be97fa

Monochromatic Colors of #ef97fa

#ef97fa

Complementary Color

#ef97fa #a2fa97

#ef97fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef97fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef97fa Color CSS Codes

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

#ef97fa Text Font Color

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

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


#ef97fa Background Color

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

This div background color is #ef97fa


#ef97fa Border Color

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

This div border color is #ef97fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef97fa


Comments

No comments written yet.

Please login to write comment.