Color Hex Logo

#f429aa Color Hex

#F429AA
(244,41,170)
0 Favorites   0 Comments

Color spaces of #f429aa

RGB 24441170
HSL0.890.900.56
HSV322°83°96°
CMYK 0.000.830.30   0.04
XYZ45.356923.721340.2183
Yxy23.72130.41500.2170
Hunter Lab48.704580.9982-14.8662
CIE-Lab55.807781.2096-19.6934

#f429aa color RGB value is (244,41,170).

#f429aa hex color red value is 244, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f429aa hue: 0.89 , saturation: 0.90 and the lightness value of f429aa is 0.56.

The process color (four color CMYK) of #f429aa color hex is 0.00, 0.83, 0.30, 0.04. Web safe color of #f429aa is #ff3399. Color #f429aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 10101010
Octal 364 51 252
Decimal 244 41 170
Hex F4 29 AA

RGB Percentages of Color #f429aa

%53.63
%9.01
%37.36

CMYK Percentages of Color #f429aa

%0
%83
%30
%4

Triadic Colors of #f429aa

#f429aa #aaf429 #29aaf4

Analogous Colors of #f429aa

#f429aa #f42945 #d929f4

Monochromatic Colors of #f429aa

#f429aa

Complementary Color

#f429aa #29f473

#f429aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429aa Color CSS Codes

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

#f429aa Text Font Color

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

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


#f429aa Background Color

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

This div background color is #f429aa


#f429aa Border Color

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

This div border color is #f429aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429aa


Comments

No comments written yet.

Please login to write comment.