Color Hex Logo

#f429ae Color Hex

#F429AE
(244,41,174)
0 Favorites   0 Comments

Color spaces of #f429ae

RGB 24441174
HSL0.890.900.56
HSV321°83°96°
CMYK 0.000.830.29   0.04
XYZ45.741123.875042.2419
Yxy23.87500.40890.2134
Hunter Lab48.862181.5901-17.0536
CIE-Lab55.962481.6427-21.7941

#f429ae color RGB value is (244,41,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 10101110
Octal 364 51 256
Decimal 244 41 174
Hex F4 29 AE

RGB Percentages of Color #f429ae

%53.16
%8.93
%37.91

CMYK Percentages of Color #f429ae

%0
%83
%29
%4

Triadic Colors of #f429ae

#f429ae #aef429 #29aef4

Analogous Colors of #f429ae

#f429ae #f42948 #d529f4

Monochromatic Colors of #f429ae

#f429ae

Complementary Color

#f429ae #29f46f

#f429ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429ae Color CSS Codes

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

#f429ae Text Font Color

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

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


#f429ae Background Color

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

This div background color is #f429ae


#f429ae Border Color

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

This div border color is #f429ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429ae


Comments

No comments written yet.

Please login to write comment.