Color Hex Logo

#f41dae Color Hex

#F41DAE
(244,29,174)
0 Favorites   0 Comments

Color spaces of #f41dae

RGB 24429174
HSL0.890.910.54
HSV320°88°96°
CMYK 0.000.880.29   0.04
XYZ45.387623.167842.1240
Yxy23.16780.41010.2093
Hunter Lab48.132984.0863-18.1951
CIE-Lab55.244883.7241-22.8956

#f41dae color RGB value is (244,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 10101110
Octal 364 35 256
Decimal 244 29 174
Hex F4 1D AE

RGB Percentages of Color #f41dae

%54.59
%6.49
%38.93

CMYK Percentages of Color #f41dae

%0
%88
%29
%4

Triadic Colors of #f41dae

#f41dae #aef41d #1daef4

Analogous Colors of #f41dae

#f41dae #f41d42 #cf1df4

Monochromatic Colors of #f41dae

#f41dae

Complementary Color

#f41dae #1df463

#f41dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41dae Color CSS Codes

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

#f41dae Text Font Color

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

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


#f41dae Background Color

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

This div background color is #f41dae


#f41dae Border Color

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

This div border color is #f41dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41dae


Comments

No comments written yet.

Please login to write comment.