Color Hex Logo

#f871de Color Hex

#F871DE
(248,113,222)
0 Favorites   0 Comments

Color spaces of #f871de

RGB 248113222
HSL0.870.910.71
HSV312°54°97°
CMYK 0.000.540.10   0.03
XYZ57.801337.040673.2103
Yxy37.04060.34390.2204
Hunter Lab60.861063.0195-28.7178
CIE-Lab67.307564.5295-31.5798

#f871de color RGB value is (248,113,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110001 11011110
Octal 370 161 336
Decimal 248 113 222
Hex F8 71 DE

RGB Percentages of Color #f871de

%42.54
%19.38
%38.08

CMYK Percentages of Color #f871de

%0
%54
%10
%3

Triadic Colors of #f871de

#f871de #def871 #71def8

Analogous Colors of #f871de

#f871de #f8719b #cf71f8

Monochromatic Colors of #f871de

#f871de

Complementary Color

#f871de #71f88b

#f871de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f871de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f871de Color CSS Codes

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

#f871de Text Font Color

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

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


#f871de Background Color

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

This div background color is #f871de


#f871de Border Color

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

This div border color is #f871de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f871de


Comments

No comments written yet.

Please login to write comment.