Color Hex Logo

#f089fb Color Hex

#F089FB
(240,137,251)
0 Favorites   0 Comments

Color spaces of #f089fb

RGB 240137251
HSL0.820.930.76
HSV294°45°98°
CMYK 0.040.450.00   0.02
XYZ62.293443.381696.3571
Yxy43.38160.30830.2147
Hunter Lab65.864753.5581-40.6333
CIE-Lab71.813255.8095-40.6141

#f089fb color RGB value is (240,137,251).

#f089fb hex color red value is 240, green value is 137 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f089fb hue: 0.82 , saturation: 0.93 and the lightness value of f089fb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 11111011
Octal 360 211 373
Decimal 240 137 251
Hex F0 89 FB

RGB Percentages of Color #f089fb

%38.22
%21.82
%39.97

CMYK Percentages of Color #f089fb

%4
%45
%0
%2

Triadic Colors of #f089fb

#f089fb #fbf089 #89fbf0

Analogous Colors of #f089fb

#f089fb #fb89cd #b789fb

Monochromatic Colors of #f089fb

#f089fb

Complementary Color

#f089fb #94fb89

#f089fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089fb Color CSS Codes

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

#f089fb Text Font Color

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

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


#f089fb Background Color

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

This div background color is #f089fb


#f089fb Border Color

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

This div border color is #f089fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,137,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f089fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f089fb;
  -webkit-box-shadow: 1px 1px 3px 2px #f089fb;
  box-shadow:         1px 1px 3px 2px #f089fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,137,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f089fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089fb

Related Colors


Comments

No comments written yet.

Please login to write comment.