Color Hex Logo

#ef9efa Color Hex

#EF9EFA
(239,158,250)
0 Favorites   0 Comments

Color spaces of #ef9efa

RGB 239158250
HSL0.810.900.80
HSV293°37°98°
CMYK 0.040.370.00   0.02
XYZ65.078849.706696.6068
Yxy49.70660.30790.2351
Hunter Lab70.502941.3871-31.8902
CIE-Lab75.888844.6214-33.7529

#ef9efa color RGB value is (239,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011110 11111010
Octal 357 236 372
Decimal 239 158 250
Hex EF 9E FA

RGB Percentages of Color #ef9efa

%36.94
%24.42
%38.64

CMYK Percentages of Color #ef9efa

%4
%37
%0
%2

Triadic Colors of #ef9efa

#ef9efa #faef9e #9efaef

Analogous Colors of #ef9efa

#ef9efa #fa9ed7 #c19efa

Monochromatic Colors of #ef9efa

#ef9efa

Complementary Color

#ef9efa #a9fa9e

#ef9efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9efa Color CSS Codes

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

#ef9efa Text Font Color

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

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


#ef9efa Background Color

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

This div background color is #ef9efa


#ef9efa Border Color

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

This div border color is #ef9efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9efa


Comments

No comments written yet.

Please login to write comment.