Color Hex Logo

#f089aa Color Hex

#F089AA
(240,137,170)
0 Favorites   0 Comments

Color spaces of #f089aa

RGB 240137170
HSL0.950.770.74
HSV341°43°94°
CMYK 0.000.430.29   0.06
XYZ52.136539.318942.8716
Yxy39.31890.38810.2927
Hunter Lab62.704838.68223.3565
CIE-Lab68.981642.9961-0.0684

#f089aa color RGB value is (240,137,170).

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

The process color (four color CMYK) of #f089aa color hex is 0.00, 0.43, 0.29, 0.06. Web safe color of #f089aa is #ff9999. Color #f089aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 10101010
Octal 360 211 252
Decimal 240 137 170
Hex F0 89 AA

RGB Percentages of Color #f089aa

%43.88
%25.05
%31.08

CMYK Percentages of Color #f089aa

%0
%43
%29
%6

Triadic Colors of #f089aa

#f089aa #aaf089 #89aaf0

Analogous Colors of #f089aa

#f089aa #f09c89 #f089de

Monochromatic Colors of #f089aa

#f089aa

Complementary Color

#f089aa #89f0cf

#f089aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089aa Color CSS Codes

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

#f089aa Text Font Color

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

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


#f089aa Background Color

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

This div background color is #f089aa


#f089aa Border Color

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

This div border color is #f089aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089aa


Comments

No comments written yet.

Please login to write comment.