Color Hex Logo

#f089fd Color Hex

#F089FD
(240,137,253)
0 Favorites   0 Comments

Color spaces of #f089fd

RGB 240137253
HSL0.810.970.76
HSV293°46°99°
CMYK 0.050.460.00   0.01
XYZ62.610543.508498.0265
Yxy43.50840.30670.2131
Hunter Lab65.960954.0018-41.9400
CIE-Lab71.898756.1768-41.5693

#f089fd color RGB value is (240,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 11111101
Octal 360 211 375
Decimal 240 137 253
Hex F0 89 FD

RGB Percentages of Color #f089fd

%38.10
%21.75
%40.16

CMYK Percentages of Color #f089fd

%5
%46
%0
%1

Triadic Colors of #f089fd

#f089fd #fdf089 #89fdf0

Analogous Colors of #f089fd

#f089fd #fd89d0 #b689fd

Monochromatic Colors of #f089fd

#f089fd

Complementary Color

#f089fd #96fd89

#f089fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089fd Color CSS Codes

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

#f089fd Text Font Color

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

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


#f089fd Background Color

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

This div background color is #f089fd


#f089fd Border Color

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

This div border color is #f089fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089fd


Comments

No comments written yet.

Please login to write comment.