Color Hex Logo

#f71acb Color Hex

#F71ACB
(247,26,203)
0 Favorites   0 Comments

Color spaces of #f71acb

RGB 24726203
HSL0.870.930.54
HSV312°89°97°
CMYK 0.000.890.18   0.03
XYZ49.506724.824758.6823
Yxy24.82470.37220.1866
Hunter Lab49.824490.1692-34.9537
CIE-Lab56.904288.0532-37.0623

#f71acb color RGB value is (247,26,203).

#f71acb hex color red value is 247, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f71acb hue: 0.87 , saturation: 0.93 and the lightness value of f71acb is 0.54.

The process color (four color CMYK) of #f71acb color hex is 0.00, 0.89, 0.18, 0.03. Web safe color of #f71acb is #ff33cc. Color #f71acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011010 11001011
Octal 367 32 313
Decimal 247 26 203
Hex F7 1A CB

RGB Percentages of Color #f71acb

%51.89
%5.46
%42.65

CMYK Percentages of Color #f71acb

%0
%89
%18
%3

Triadic Colors of #f71acb

#f71acb #cbf71a #1acbf7

Analogous Colors of #f71acb

#f71acb #f71a5d #b51af7

Monochromatic Colors of #f71acb

#f71acb

Complementary Color

#f71acb #1af746

#f71acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71acb Color CSS Codes

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

#f71acb Text Font Color

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

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


#f71acb Background Color

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

This div background color is #f71acb


#f71acb Border Color

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

This div border color is #f71acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,26,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f71acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f71acb;
  -webkit-box-shadow: 1px 1px 3px 2px #f71acb;
  box-shadow:         1px 1px 3px 2px #f71acb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,26,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71acb


Comments

No comments written yet.

Please login to write comment.