Color Hex Logo

#f490ae Color Hex

#F490AE
(244,144,174)
0 Favorites   0 Comments

Color spaces of #f490ae

RGB 244144174
HSL0.950.820.76
HSV342°41°96°
CMYK 0.000.410.29   0.04
XYZ54.921542.235645.3020
Yxy42.23560.38550.2965
Hunter Lab64.988937.11804.1628
CIE-Lab71.033141.31570.7492

#f490ae color RGB value is (244,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010000 10101110
Octal 364 220 256
Decimal 244 144 174
Hex F4 90 AE

RGB Percentages of Color #f490ae

%43.42
%25.62
%30.96

CMYK Percentages of Color #f490ae

%0
%41
%29
%4

Triadic Colors of #f490ae

#f490ae #aef490 #90aef4

Analogous Colors of #f490ae

#f490ae #f4a490 #f490e0

Monochromatic Colors of #f490ae

#f490ae

Complementary Color

#f490ae #90f4d6

#f490ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f490ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f490ae Color CSS Codes

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

#f490ae Text Font Color

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

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


#f490ae Background Color

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

This div background color is #f490ae


#f490ae Border Color

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

This div border color is #f490ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f490ae


Comments

No comments written yet.

Please login to write comment.