Color Hex Logo

#f11fdc Color Hex

#F11FDC
(241,31,220)
0 Favorites   0 Comments

Color spaces of #f11fdc

RGB 24131220
HSL0.850.880.53
HSV306°87°95°
CMYK 0.000.870.09   0.05
XYZ49.683924.848169.8877
Yxy24.84810.34400.1721
Hunter Lab49.847990.6791-48.2322
CIE-Lab56.927188.4339-46.7852

#f11fdc color RGB value is (241,31,220).

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

The process color (four color CMYK) of #f11fdc color hex is 0.00, 0.87, 0.09, 0.05. Web safe color of #f11fdc is #ff33cc. Color #f11fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011111 11011100
Octal 361 37 334
Decimal 241 31 220
Hex F1 1F DC

RGB Percentages of Color #f11fdc

%48.98
%6.30
%44.72

CMYK Percentages of Color #f11fdc

%0
%87
%9
%5

Triadic Colors of #f11fdc

#f11fdc #dcf11f #1fdcf1

Analogous Colors of #f11fdc

#f11fdc #f11f73 #9d1ff1

Monochromatic Colors of #f11fdc

#f11fdc

Complementary Color

#f11fdc #1ff134

#f11fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11fdc Color CSS Codes

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

#f11fdc Text Font Color

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

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


#f11fdc Background Color

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

This div background color is #f11fdc


#f11fdc Border Color

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

This div border color is #f11fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11fdc


Comments

No comments written yet.

Please login to write comment.