Color Hex Logo

#f89efa Color Hex

#F89EFA
(248,158,250)
0 Favorites   0 Comments

Color spaces of #f89efa

RGB 248158250
HSL0.830.900.80
HSV299°37°98°
CMYK 0.010.370.00   0.02
XYZ68.193651.312396.7526
Yxy51.31230.31530.2373
Hunter Lab71.632644.5733-29.9389
CIE-Lab76.867847.3232-32.1617

#f89efa color RGB value is (248,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011110 11111010
Octal 370 236 372
Decimal 248 158 250
Hex F8 9E FA

RGB Percentages of Color #f89efa

%37.80
%24.09
%38.11

CMYK Percentages of Color #f89efa

%1
%37
%0
%2

Triadic Colors of #f89efa

#f89efa #faf89e #9efaf8

Analogous Colors of #f89efa

#f89efa #fa9ece #ca9efa

Monochromatic Colors of #f89efa

#f89efa

Complementary Color

#f89efa #a0fa9e

#f89efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89efa Color CSS Codes

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

#f89efa Text Font Color

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

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


#f89efa Background Color

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

This div background color is #f89efa


#f89efa Border Color

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

This div border color is #f89efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89efa


Comments

No comments written yet.

Please login to write comment.