Color Hex Logo

#f59ffa Color Hex

#F59FFA
(245,159,250)
0 Favorites   0 Comments

Color spaces of #f59ffa

RGB 245159250
HSL0.820.900.80
HSV297°36°98°
CMYK 0.020.360.00   0.02
XYZ67.309651.110996.7603
Yxy51.11090.31280.2375
Hunter Lab71.491942.9469-30.2014
CIE-Lab76.746145.9050-32.3765

#f59ffa color RGB value is (245,159,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011111 11111010
Octal 365 237 372
Decimal 245 159 250
Hex F5 9F FA

RGB Percentages of Color #f59ffa

%37.46
%24.31
%38.23

CMYK Percentages of Color #f59ffa

%2
%36
%0
%2

Triadic Colors of #f59ffa

#f59ffa #faf59f #9ffaf5

Analogous Colors of #f59ffa

#f59ffa #fa9fd2 #c89ffa

Monochromatic Colors of #f59ffa

#f59ffa

Complementary Color

#f59ffa #a4fa9f

#f59ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59ffa Color CSS Codes

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

#f59ffa Text Font Color

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

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


#f59ffa Background Color

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

This div background color is #f59ffa


#f59ffa Border Color

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

This div border color is #f59ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,159,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59ffa


Comments

No comments written yet.

Please login to write comment.