Color Hex Logo

#f59dfb Color Hex

#F59DFB
(245,157,251)
0 Favorites   0 Comments

Color spaces of #f59dfb

RGB 245157251
HSL0.820.920.80
HSV296°37°98°
CMYK 0.020.370.00   0.02
XYZ67.125750.491597.4747
Yxy50.49150.31210.2347
Hunter Lab71.057444.2730-31.5924
CIE-Lab76.370047.1203-33.4972

#f59dfb color RGB value is (245,157,251).

#f59dfb hex color red value is 245, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f59dfb hue: 0.82 , saturation: 0.92 and the lightness value of f59dfb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011101 11111011
Octal 365 235 373
Decimal 245 157 251
Hex F5 9D FB

RGB Percentages of Color #f59dfb

%37.52
%24.04
%38.44

CMYK Percentages of Color #f59dfb

%2
%37
%0
%2

Triadic Colors of #f59dfb

#f59dfb #fbf59d #9dfbf5

Analogous Colors of #f59dfb

#f59dfb #fb9dd2 #c69dfb

Monochromatic Colors of #f59dfb

#f59dfb

Complementary Color

#f59dfb #a3fb9d

#f59dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59dfb Color CSS Codes

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

#f59dfb Text Font Color

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

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


#f59dfb Background Color

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

This div background color is #f59dfb


#f59dfb Border Color

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

This div border color is #f59dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59dfb


Comments

No comments written yet.

Please login to write comment.