Color Hex Logo

#f089fe Color Hex

#F089FE
(240,137,254)
0 Favorites   0 Comments

Color spaces of #f089fe

RGB 240137254
HSL0.810.980.77
HSV293°46°100°
CMYK 0.060.460.00   0.00
XYZ62.770243.572398.8679
Yxy43.57230.30590.2123
Hunter Lab66.009354.2246-42.5973
CIE-Lab71.941756.3610-42.0461

#f089fe color RGB value is (240,137,254).

#f089fe hex color red value is 240, green value is 137 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f089fe hue: 0.81 , saturation: 0.98 and the lightness value of f089fe is 0.77.

The process color (four color CMYK) of #f089fe color hex is 0.06, 0.46, 0.00, 0.00. Web safe color of #f089fe is #ff99ff. Color #f089fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 11111110
Octal 360 211 376
Decimal 240 137 254
Hex F0 89 FE

RGB Percentages of Color #f089fe

%38.03
%21.71
%40.25

CMYK Percentages of Color #f089fe

%6
%46
%0
%0

Triadic Colors of #f089fe

#f089fe #fef089 #89fef0

Analogous Colors of #f089fe

#f089fe #fe89d2 #b689fe

Monochromatic Colors of #f089fe

#f089fe

Complementary Color

#f089fe #97fe89

#f089fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089fe Color CSS Codes

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

#f089fe Text Font Color

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

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


#f089fe Background Color

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

This div background color is #f089fe


#f089fe Border Color

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

This div border color is #f089fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089fe

Related Colors


Comments

No comments written yet.

Please login to write comment.