Color Hex Logo

#f088fd Color Hex

#F088FD
(240,136,253)
0 Favorites   0 Comments

Color spaces of #f088fd

RGB 240136253
HSL0.810.970.76
HSV293°46°99°
CMYK 0.050.460.00   0.01
XYZ62.469043.225497.9794
Yxy43.22540.30670.2122
Hunter Lab65.746054.5473-42.3360
CIE-Lab71.707756.6721-41.8677

#f088fd color RGB value is (240,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 11111101
Octal 360 210 375
Decimal 240 136 253
Hex F0 88 FD

RGB Percentages of Color #f088fd

%38.16
%21.62
%40.22

CMYK Percentages of Color #f088fd

%5
%46
%0
%1

Triadic Colors of #f088fd

#f088fd #fdf088 #88fdf0

Analogous Colors of #f088fd

#f088fd #fd88d0 #b688fd

Monochromatic Colors of #f088fd

#f088fd

Complementary Color

#f088fd #95fd88

#f088fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f088fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f088fd Color CSS Codes

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

#f088fd Text Font Color

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

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


#f088fd Background Color

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

This div background color is #f088fd


#f088fd Border Color

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

This div border color is #f088fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f088fd

Related Colors

#f088fd Color Palettes


Comments

No comments written yet.

Please login to write comment.