Color Hex Logo

#f71daf Color Hex

#F71DAF
(247,29,175)
0 Favorites   0 Comments

Color spaces of #f71daf

RGB 24729175
HSL0.890.930.54
HSV320°88°97°
CMYK 0.000.880.29   0.03
XYZ46.535023.748042.6886
Yxy23.74800.41190.2102
Hunter Lab48.731985.1720-17.8250
CIE-Lab55.834684.4475-22.5269

#f71daf color RGB value is (247,29,175).

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

The process color (four color CMYK) of #f71daf color hex is 0.00, 0.88, 0.29, 0.03. Web safe color of #f71daf is #ff3399. Color #f71daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011101 10101111
Octal 367 35 257
Decimal 247 29 175
Hex F7 1D AF

RGB Percentages of Color #f71daf

%54.77
%6.43
%38.80

CMYK Percentages of Color #f71daf

%0
%88
%29
%3

Triadic Colors of #f71daf

#f71daf #aff71d #1daff7

Analogous Colors of #f71daf

#f71daf #f71d42 #d21df7

Monochromatic Colors of #f71daf

#f71daf

Complementary Color

#f71daf #1df765

#f71daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71daf Color CSS Codes

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

#f71daf Text Font Color

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

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


#f71daf Background Color

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

This div background color is #f71daf


#f71daf Border Color

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

This div border color is #f71daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71daf

Related Colors


Comments

No comments written yet.

Please login to write comment.