Color Hex Logo

#f08dfb Color Hex

#F08DFB
(240,141,251)
0 Favorites   0 Comments

Color spaces of #f08dfb

RGB 240141251
HSL0.820.930.77
HSV294°44°98°
CMYK 0.040.440.00   0.02
XYZ62.872644.540196.5501
Yxy44.54010.30830.2184
Hunter Lab66.738451.3684-39.0577
CIE-Lab72.588053.8117-39.4063

#f08dfb color RGB value is (240,141,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001101 11111011
Octal 360 215 373
Decimal 240 141 251
Hex F0 8D FB

RGB Percentages of Color #f08dfb

%37.97
%22.31
%39.72

CMYK Percentages of Color #f08dfb

%4
%44
%0
%2

Triadic Colors of #f08dfb

#f08dfb #fbf08d #8dfbf0

Analogous Colors of #f08dfb

#f08dfb #fb8dcf #b98dfb

Monochromatic Colors of #f08dfb

#f08dfb

Complementary Color

#f08dfb #98fb8d

#f08dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08dfb Color CSS Codes

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

#f08dfb Text Font Color

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

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


#f08dfb Background Color

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

This div background color is #f08dfb


#f08dfb Border Color

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

This div border color is #f08dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.