Color Hex Logo

#f089ae Color Hex

#F089AE
(240,137,174)
0 Favorites   0 Comments

Color spaces of #f089ae

RGB 240137174
HSL0.940.770.74
HSV338°43°94°
CMYK 0.000.430.28   0.06
XYZ52.520839.472644.8952
Yxy39.47260.38370.2884
Hunter Lab62.827239.27051.6115
CIE-Lab69.092243.5226-2.1488

#f089ae color RGB value is (240,137,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001001 10101110
Octal 360 211 256
Decimal 240 137 174
Hex F0 89 AE

RGB Percentages of Color #f089ae

%43.56
%24.86
%31.58

CMYK Percentages of Color #f089ae

%0
%43
%28
%6

Triadic Colors of #f089ae

#f089ae #aef089 #89aef0

Analogous Colors of #f089ae

#f089ae #f09889 #f089e2

Monochromatic Colors of #f089ae

#f089ae

Complementary Color

#f089ae #89f0cb

#f089ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f089ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f089ae Color CSS Codes

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

#f089ae Text Font Color

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

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


#f089ae Background Color

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

This div background color is #f089ae


#f089ae Border Color

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

This div border color is #f089ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f089ae


Comments

No comments written yet.

Please login to write comment.