Color Hex Logo

#f589aa Color Hex

#F589AA
(245,137,170)
0 Favorites   0 Comments

Color spaces of #f589aa

RGB 245137170
HSL0.950.840.75
HSV342°44°96°
CMYK 0.000.440.31   0.04
XYZ53.857540.206142.9522
Yxy40.20610.39310.2934
Hunter Lab63.408340.64924.2233
CIE-Lab69.616144.71640.9336

#f589aa color RGB value is (245,137,170).

#f589aa hex color red value is 245, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f589aa hue: 0.95 , saturation: 0.84 and the lightness value of f589aa is 0.75.

The process color (four color CMYK) of #f589aa color hex is 0.00, 0.44, 0.31, 0.04. Web safe color of #f589aa is #ff9999. Color #f589aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 10101010
Octal 365 211 252
Decimal 245 137 170
Hex F5 89 AA

RGB Percentages of Color #f589aa

%44.38
%24.82
%30.80

CMYK Percentages of Color #f589aa

%0
%44
%31
%4

Triadic Colors of #f589aa

#f589aa #aaf589 #89aaf5

Analogous Colors of #f589aa

#f589aa #f59e89 #f589e0

Monochromatic Colors of #f589aa

#f589aa

Complementary Color

#f589aa #89f5d4

#f589aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f589aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f589aa Color CSS Codes

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

#f589aa Text Font Color

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

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


#f589aa Background Color

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

This div background color is #f589aa


#f589aa Border Color

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

This div border color is #f589aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f589aa


Comments

No comments written yet.

Please login to write comment.