Color Hex Logo

#f41da4 Color Hex

#F41DA4
(244,29,164)
0 Favorites   0 Comments

Color spaces of #f41da4

RGB 24429164
HSL0.900.910.54
HSV322°88°96°
CMYK 0.000.880.33   0.04
XYZ44.448422.792237.1786
Yxy22.79220.42570.2183
Hunter Lab47.741282.6415-12.7535
CIE-Lab54.857682.6781-17.6211

#f41da4 color RGB value is (244,29,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 10100100
Octal 364 35 244
Decimal 244 29 164
Hex F4 1D A4

RGB Percentages of Color #f41da4

%55.84
%6.64
%37.53

CMYK Percentages of Color #f41da4

%0
%88
%33
%4

Triadic Colors of #f41da4

#f41da4 #a4f41d #1da4f4

Analogous Colors of #f41da4

#f41da4 #f41d38 #d91df4

Monochromatic Colors of #f41da4

#f41da4

Complementary Color

#f41da4 #1df46d

#f41da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41da4 Color CSS Codes

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

#f41da4 Text Font Color

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

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


#f41da4 Background Color

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

This div background color is #f41da4


#f41da4 Border Color

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

This div border color is #f41da4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,29,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f41da4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41da4


Comments

No comments written yet.

Please login to write comment.