Color Hex Logo

#f120dc Color Hex

#F120DC
(241,32,220)
0 Favorites   0 Comments

Color spaces of #f120dc

RGB 24132220
HSL0.850.880.54
HSV306°87°95°
CMYK 0.000.870.09   0.05
XYZ49.710424.901169.8965
Yxy24.90110.34400.1723
Hunter Lab49.901090.4914-48.1170
CIE-Lab56.978988.2822-46.7031

#f120dc color RGB value is (241,32,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100000 11011100
Octal 361 40 334
Decimal 241 32 220
Hex F1 20 DC

RGB Percentages of Color #f120dc

%48.88
%6.49
%44.62

CMYK Percentages of Color #f120dc

%0
%87
%9
%5

Triadic Colors of #f120dc

#f120dc #dcf120 #20dcf1

Analogous Colors of #f120dc

#f120dc #f12074 #9e20f1

Monochromatic Colors of #f120dc

#f120dc

Complementary Color

#f120dc #20f135

#f120dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f120dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f120dc Color CSS Codes

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

#f120dc Text Font Color

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

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


#f120dc Background Color

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

This div background color is #f120dc


#f120dc Border Color

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

This div border color is #f120dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f120dc


Comments

No comments written yet.

Please login to write comment.