Color Hex Logo

#f100dc Color Hex

#F100DC
(241,0,220)
0 Favorites   0 Comments

Color spaces of #f100dc

RGB 2410220
HSL0.851.000.47
HSV305°100°95°
CMYK 0.001.000.09   0.05
XYZ49.193923.868169.7243
Yxy23.86810.34450.1672
Hunter Lab48.855094.2420-50.4183
CIE-Lab55.955591.2935-48.3259

#f100dc color RGB value is (241,0,220).

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

The process color (four color CMYK) of #f100dc color hex is 0.00, 1.00, 0.09, 0.05. Web safe color of #f100dc is #ff00cc. Color #f100dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000000 11011100
Octal 361 0 334
Decimal 241 0 220
Hex F1 0 DC

RGB Percentages of Color #f100dc

%52.28
%0.00
%47.72

CMYK Percentages of Color #f100dc

%0
%100
%9
%5

Triadic Colors of #f100dc

#f100dc #dcf100 #00dcf1

Analogous Colors of #f100dc

#f100dc #f10063 #8e00f1

Monochromatic Colors of #f100dc

#f100dc

Complementary Color

#f100dc #00f115

#f100dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f100dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f100dc Color CSS Codes

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

#f100dc Text Font Color

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

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


#f100dc Background Color

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

This div background color is #f100dc


#f100dc Border Color

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

This div border color is #f100dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f100dc


Comments

No comments written yet.

Please login to write comment.