Color Hex Logo

#f41884 Color Hex

#F41884
(244,24,132)
0 Favorites   0 Comments

Color spaces of #f41884

RGB 24424132
HSL0.920.910.53
HSV331°90°96°
CMYK 0.000.900.46   0.04
XYZ41.799721.552323.7867
Yxy21.55230.47970.2473
Hunter Lab46.424579.47522.1184
CIE-Lab53.548780.4526-0.5424

#f41884 color RGB value is (244,24,132).

#f41884 hex color red value is 244, green value is 24 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f41884 hue: 0.92 , saturation: 0.91 and the lightness value of f41884 is 0.53.

The process color (four color CMYK) of #f41884 color hex is 0.00, 0.90, 0.46, 0.04. Web safe color of #f41884 is #ff0099. Color #f41884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 10000100
Octal 364 30 204
Decimal 244 24 132
Hex F4 18 84

RGB Percentages of Color #f41884

%61.00
%6.00
%33.00

CMYK Percentages of Color #f41884

%0
%90
%46
%4

Triadic Colors of #f41884

#f41884 #84f418 #1884f4

Analogous Colors of #f41884

#f41884 #f41a18 #f418f2

Monochromatic Colors of #f41884

#f41884

Complementary Color

#f41884 #18f488

#f41884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41884 Color CSS Codes

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

#f41884 Text Font Color

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

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


#f41884 Background Color

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

This div background color is #f41884


#f41884 Border Color

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

This div border color is #f41884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41884


Comments

No comments written yet.

Please login to write comment.