Color Hex Logo

#ef9bfa Color Hex

#EF9BFA
(239,155,250)
0 Favorites   0 Comments

Color spaces of #ef9bfa

RGB 239155250
HSL0.810.900.79
HSV293°38°98°
CMYK 0.040.380.00   0.02
XYZ64.573348.695596.4383
Yxy48.69550.30790.2322
Hunter Lab69.782243.0572-33.0907
CIE-Lab75.261546.1814-34.7227

#ef9bfa color RGB value is (239,155,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011011 11111010
Octal 357 233 372
Decimal 239 155 250
Hex EF 9B FA

RGB Percentages of Color #ef9bfa

%37.11
%24.07
%38.82

CMYK Percentages of Color #ef9bfa

%4
%38
%0
%2

Triadic Colors of #ef9bfa

#ef9bfa #faef9b #9bfaef

Analogous Colors of #ef9bfa

#ef9bfa #fa9bd6 #c09bfa

Monochromatic Colors of #ef9bfa

#ef9bfa

Complementary Color

#ef9bfa #a6fa9b

#ef9bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9bfa Color CSS Codes

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

#ef9bfa Text Font Color

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

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


#ef9bfa Background Color

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

This div background color is #ef9bfa


#ef9bfa Border Color

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

This div border color is #ef9bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9bfa


Comments

No comments written yet.

Please login to write comment.