Color Hex Logo

#f590ac Color Hex

#F590AC
(245,144,172)
0 Favorites   0 Comments

Color spaces of #f590ac

RGB 245144172
HSL0.950.830.76
HSV343°41°96°
CMYK 0.000.410.30   0.04
XYZ55.075842.337644.2989
Yxy42.33760.38860.2988
Hunter Lab65.067337.22225.1816
CIE-Lab71.103141.40351.9802

#f590ac color RGB value is (245,144,172).

#f590ac hex color red value is 245, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f590ac hue: 0.95 , saturation: 0.83 and the lightness value of f590ac is 0.76.

The process color (four color CMYK) of #f590ac color hex is 0.00, 0.41, 0.30, 0.04. Web safe color of #f590ac is #ff9999. Color #f590ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 10101100
Octal 365 220 254
Decimal 245 144 172
Hex F5 90 AC

RGB Percentages of Color #f590ac

%43.67
%25.67
%30.66

CMYK Percentages of Color #f590ac

%0
%41
%30
%4

Triadic Colors of #f590ac

#f590ac #acf590 #90acf5

Analogous Colors of #f590ac

#f590ac #f5a790 #f590df

Monochromatic Colors of #f590ac

#f590ac

Complementary Color

#f590ac #90f5d9

#f590ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f590ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f590ac Color CSS Codes

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

#f590ac Text Font Color

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

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


#f590ac Background Color

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

This div background color is #f590ac


#f590ac Border Color

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

This div border color is #f590ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f590ac


Comments

No comments written yet.

Please login to write comment.