Color Hex Logo

#f871ad Color Hex

#F871AD
(248,113,173)
0 Favorites   0 Comments

Color spaces of #f871ad

RGB 248113173
HSL0.930.910.71
HSV333°54°97°
CMYK 0.000.540.30   0.03
XYZ52.159434.783843.5000
Yxy34.78380.39990.2667
Hunter Lab58.977854.6526-2.4458
CIE-Lab65.580057.7183-6.6461

#f871ad color RGB value is (248,113,173).

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

The process color (four color CMYK) of #f871ad color hex is 0.00, 0.54, 0.30, 0.03. Web safe color of #f871ad is #ff6699. Color #f871ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110001 10101101
Octal 370 161 255
Decimal 248 113 173
Hex F8 71 AD

RGB Percentages of Color #f871ad

%46.44
%21.16
%32.40

CMYK Percentages of Color #f871ad

%0
%54
%30
%3

Triadic Colors of #f871ad

#f871ad #adf871 #71adf8

Analogous Colors of #f871ad

#f871ad #f87971 #f871f1

Monochromatic Colors of #f871ad

#f871ad

Complementary Color

#f871ad #71f8bc

#f871ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f871ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f871ad Color CSS Codes

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

#f871ad Text Font Color

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

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


#f871ad Background Color

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

This div background color is #f871ad


#f871ad Border Color

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

This div border color is #f871ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f871ad


Comments

No comments written yet.

Please login to write comment.