Color Hex Logo

#f17fdc Color Hex

#F17FDC
(241,127,220)
0 Favorites   0 Comments

Color spaces of #f17fdc

RGB 241127220
HSL0.860.800.72
HSV311°47°95°
CMYK 0.000.470.09   0.05
XYZ56.783339.046872.2541
Yxy39.04680.33780.2323
Hunter Lab62.487452.8527-24.8157
CIE-Lab68.785255.6586-28.2660

#f17fdc color RGB value is (241,127,220).

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

The process color (four color CMYK) of #f17fdc color hex is 0.00, 0.47, 0.09, 0.05. Web safe color of #f17fdc is #ff66cc. Color #f17fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111111 11011100
Octal 361 177 334
Decimal 241 127 220
Hex F1 7F DC

RGB Percentages of Color #f17fdc

%40.99
%21.60
%37.41

CMYK Percentages of Color #f17fdc

%0
%47
%9
%5

Triadic Colors of #f17fdc

#f17fdc #dcf17f #7fdcf1

Analogous Colors of #f17fdc

#f17fdc #f17fa3 #cd7ff1

Monochromatic Colors of #f17fdc

#f17fdc

Complementary Color

#f17fdc #7ff194

#f17fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17fdc Color CSS Codes

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

#f17fdc Text Font Color

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

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


#f17fdc Background Color

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

This div background color is #f17fdc


#f17fdc Border Color

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

This div border color is #f17fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17fdc


Comments

No comments written yet.

Please login to write comment.