Color Hex Logo

#f44dae Color Hex

#F44DAE
(244,77,174)
0 Favorites   0 Comments

Color spaces of #f44dae

RGB 24477174
HSL0.900.880.63
HSV325°68°96°
CMYK 0.000.680.29   0.04
XYZ47.602127.596842.8622
Yxy27.59680.40320.2338
Hunter Lab52.532769.8144-11.6028
CIE-Lab59.522771.5400-16.3662

#f44dae color RGB value is (244,77,174).

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

The process color (four color CMYK) of #f44dae color hex is 0.00, 0.68, 0.29, 0.04. Web safe color of #f44dae is #ff6699. Color #f44dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01001101 10101110
Octal 364 115 256
Decimal 244 77 174
Hex F4 4D AE

RGB Percentages of Color #f44dae

%49.29
%15.56
%35.15

CMYK Percentages of Color #f44dae

%0
%68
%29
%4

Triadic Colors of #f44dae

#f44dae #aef44d #4daef4

Analogous Colors of #f44dae

#f44dae #f44d5a #e74df4

Monochromatic Colors of #f44dae

#f44dae

Complementary Color

#f44dae #4df493

#f44dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44dae Color CSS Codes

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

#f44dae Text Font Color

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

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


#f44dae Background Color

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

This div background color is #f44dae


#f44dae Border Color

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

This div border color is #f44dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44dae


Comments

No comments written yet.

Please login to write comment.