Color Hex Logo

#f59aca Color Hex

#F59ACA
(245,154,202)
0 Favorites   0 Comments

Color spaces of #f59aca

RGB 245154202
HSL0.910.820.78
HSV328°37°96°
CMYK 0.000.370.18   0.04
XYZ59.872546.787961.7525
Yxy46.78790.35550.2778
Hunter Lab68.401736.5394-5.6454
CIE-Lab74.053940.4506-10.2843

#f59aca color RGB value is (245,154,202).

#f59aca hex color red value is 245, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f59aca hue: 0.91 , saturation: 0.82 and the lightness value of f59aca is 0.78.

The process color (four color CMYK) of #f59aca color hex is 0.00, 0.37, 0.18, 0.04. Web safe color of #f59aca is #ff99cc. Color #f59aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11001010
Octal 365 232 312
Decimal 245 154 202
Hex F5 9A CA

RGB Percentages of Color #f59aca

%40.77
%25.62
%33.61

CMYK Percentages of Color #f59aca

%0
%37
%18
%4

Triadic Colors of #f59aca

#f59aca #caf59a #9acaf5

Analogous Colors of #f59aca

#f59aca #f59a9d #f39af5

Monochromatic Colors of #f59aca

#f59aca

Complementary Color

#f59aca #9af5c5

#f59aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59aca Color CSS Codes

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

#f59aca Text Font Color

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

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


#f59aca Background Color

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

This div background color is #f59aca


#f59aca Border Color

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

This div border color is #f59aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59aca


Comments

No comments written yet.

Please login to write comment.