Color Hex Logo

#f147dc Color Hex

#F147DC
(241,71,220)
0 Favorites   0 Comments

Color spaces of #f147dc

RGB 24171220
HSL0.850.860.61
HSV307°71°95°
CMYK 0.000.710.09   0.05
XYZ51.447128.374670.4754
Yxy28.37460.34230.1888
Hunter Lab53.267879.1801-41.1555
CIE-Lab60.225778.9253-41.5803

#f147dc color RGB value is (241,71,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000111 11011100
Octal 361 107 334
Decimal 241 71 220
Hex F1 47 DC

RGB Percentages of Color #f147dc

%45.30
%13.35
%41.35

CMYK Percentages of Color #f147dc

%0
%71
%9
%5

Triadic Colors of #f147dc

#f147dc #dcf147 #47dcf1

Analogous Colors of #f147dc

#f147dc #f14787 #b147f1

Monochromatic Colors of #f147dc

#f147dc

Complementary Color

#f147dc #47f15c

#f147dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f147dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f147dc Color CSS Codes

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

#f147dc Text Font Color

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

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


#f147dc Background Color

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

This div background color is #f147dc


#f147dc Border Color

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

This div border color is #f147dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f147dc


Comments

No comments written yet.

Please login to write comment.