Color Hex Logo

#ef9afa Color Hex

#EF9AFA
(239,154,250)
0 Favorites   0 Comments

Color spaces of #ef9afa

RGB 239154250
HSL0.810.910.79
HSV293°38°98°
CMYK 0.040.380.00   0.02
XYZ64.407548.364196.3830
Yxy48.36410.30790.2312
Hunter Lab69.544343.6128-33.4903
CIE-Lab75.054046.6993-35.0438

#ef9afa color RGB value is (239,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 11111010
Octal 357 232 372
Decimal 239 154 250
Hex EF 9A FA

RGB Percentages of Color #ef9afa

%37.17
%23.95
%38.88

CMYK Percentages of Color #ef9afa

%4
%38
%0
%2

Triadic Colors of #ef9afa

#ef9afa #faef9a #9afaef

Analogous Colors of #ef9afa

#ef9afa #fa9ad5 #bf9afa

Monochromatic Colors of #ef9afa

#ef9afa

Complementary Color

#ef9afa #a5fa9a

#ef9afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9afa Color CSS Codes

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

#ef9afa Text Font Color

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

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


#ef9afa Background Color

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

This div background color is #ef9afa


#ef9afa Border Color

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

This div border color is #ef9afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9afa


Comments

No comments written yet.

Please login to write comment.