Color Hex Logo

#f59bff Color Hex

#F59BFF
(245,155,255)
0 Favorites   0 Comments

Color spaces of #f59bff

RGB 245155255
HSL0.821.000.80
HSV294°39°100°
CMYK 0.040.390.00   0.00
XYZ67.427550.0752100.7194
Yxy50.07520.30900.2295
Hunter Lab70.763846.2475-34.8538
CIE-Lab76.115448.8838-36.0516

#f59bff color RGB value is (245,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011011 11111111
Octal 365 233 377
Decimal 245 155 255
Hex F5 9B FF

RGB Percentages of Color #f59bff

%37.40
%23.66
%38.93

CMYK Percentages of Color #f59bff

%4
%39
%0
%0

Triadic Colors of #f59bff

#f59bff #fff59b #9bfff5

Analogous Colors of #f59bff

#f59bff #ff9bd7 #c39bff

Monochromatic Colors of #f59bff

#f59bff

Complementary Color

#f59bff #a5ff9b

#f59bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59bff Color CSS Codes

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

#f59bff Text Font Color

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

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


#f59bff Background Color

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

This div background color is #f59bff


#f59bff Border Color

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

This div border color is #f59bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59bff


Comments

No comments written yet.

Please login to write comment.