Color Hex Logo

#f59cff Color Hex

#F59CFF
(245,156,255)
0 Favorites   0 Comments

Color spaces of #f59cff

RGB 245156255
HSL0.821.000.81
HSV294°39°100°
CMYK 0.040.390.00   0.00
XYZ67.594750.4094100.7751
Yxy50.40940.30900.2304
Hunter Lab70.999645.6905-34.4551
CIE-Lab76.319948.3708-35.7349

#f59cff color RGB value is (245,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011100 11111111
Octal 365 234 377
Decimal 245 156 255
Hex F5 9C FF

RGB Percentages of Color #f59cff

%37.35
%23.78
%38.87

CMYK Percentages of Color #f59cff

%4
%39
%0
%0

Triadic Colors of #f59cff

#f59cff #fff59c #9cfff5

Analogous Colors of #f59cff

#f59cff #ff9cd8 #c49cff

Monochromatic Colors of #f59cff

#f59cff

Complementary Color

#f59cff #a6ff9c

#f59cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59cff Color CSS Codes

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

#f59cff Text Font Color

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

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


#f59cff Background Color

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

This div background color is #f59cff


#f59cff Border Color

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

This div border color is #f59cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59cff


Comments

No comments written yet.

Please login to write comment.