Color Hex Logo

#f41fdc Color Hex

#F41FDC
(244,31,220)
0 Favorites   0 Comments

Color spaces of #f41fdc

RGB 24431220
HSL0.850.910.54
HSV307°87°96°
CMYK 0.000.870.10   0.04
XYZ50.716525.380469.9360
Yxy25.38040.34730.1738
Hunter Lab50.379091.5328-47.0410
CIE-Lab57.444288.9764-45.9334

#f41fdc color RGB value is (244,31,220).

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

The process color (four color CMYK) of #f41fdc color hex is 0.00, 0.87, 0.10, 0.04. Web safe color of #f41fdc is #ff33cc. Color #f41fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 11011100
Octal 364 37 334
Decimal 244 31 220
Hex F4 1F DC

RGB Percentages of Color #f41fdc

%49.29
%6.26
%44.44

CMYK Percentages of Color #f41fdc

%0
%87
%10
%4

Triadic Colors of #f41fdc

#f41fdc #dcf41f #1fdcf4

Analogous Colors of #f41fdc

#f41fdc #f41f72 #a21ff4

Monochromatic Colors of #f41fdc

#f41fdc

Complementary Color

#f41fdc #1ff437

#f41fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41fdc Color CSS Codes

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

#f41fdc Text Font Color

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

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


#f41fdc Background Color

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

This div background color is #f41fdc


#f41fdc Border Color

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

This div border color is #f41fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41fdc


Comments

No comments written yet.

Please login to write comment.