Color Hex Logo

#f871df Color Hex

#F871DF
(248,113,223)
0 Favorites   0 Comments

Color spaces of #f871df

RGB 248113223
HSL0.860.910.71
HSV311°54°97°
CMYK 0.000.540.10   0.03
XYZ57.935837.094473.9184
Yxy37.09440.34290.2196
Hunter Lab60.905263.2134-29.3245
CIE-Lab67.347864.6840-32.0734

#f871df color RGB value is (248,113,223).

#f871df hex color red value is 248, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f871df hue: 0.86 , saturation: 0.91 and the lightness value of f871df is 0.71.

The process color (four color CMYK) of #f871df color hex is 0.00, 0.54, 0.10, 0.03. Web safe color of #f871df is #ff66cc. Color #f871df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110001 11011111
Octal 370 161 337
Decimal 248 113 223
Hex F8 71 DF

RGB Percentages of Color #f871df

%42.47
%19.35
%38.18

CMYK Percentages of Color #f871df

%0
%54
%10
%3

Triadic Colors of #f871df

#f871df #dff871 #71dff8

Analogous Colors of #f871df

#f871df #f8719c #ce71f8

Monochromatic Colors of #f871df

#f871df

Complementary Color

#f871df #71f88a

#f871df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f871df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f871df Color CSS Codes

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

#f871df Text Font Color

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

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


#f871df Background Color

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

This div background color is #f871df


#f871df Border Color

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

This div border color is #f871df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,113,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f871df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f871df;
  -webkit-box-shadow: 1px 1px 3px 2px #f871df;
  box-shadow:         1px 1px 3px 2px #f871df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,113,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f871df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f871df


Comments

No comments written yet.

Please login to write comment.