Color Hex Logo

#f71bdf Color Hex

#F71BDF
(247,27,223)
0 Favorites   0 Comments

Color spaces of #f71bdf

RGB 24727223
HSL0.850.930.54
HSV307°89°97°
CMYK 0.000.890.10   0.03
XYZ52.069025.885772.0641
Yxy25.88570.34710.1725
Hunter Lab50.878093.6420-48.3644
CIE-Lab57.928490.4627-46.8315

#f71bdf color RGB value is (247,27,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011011 11011111
Octal 367 33 337
Decimal 247 27 223
Hex F7 1B DF

RGB Percentages of Color #f71bdf

%49.70
%5.43
%44.87

CMYK Percentages of Color #f71bdf

%0
%89
%10
%3

Triadic Colors of #f71bdf

#f71bdf #dff71b #1bdff7

Analogous Colors of #f71bdf

#f71bdf #f71b71 #a11bf7

Monochromatic Colors of #f71bdf

#f71bdf

Complementary Color

#f71bdf #1bf733

#f71bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71bdf Color CSS Codes

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

#f71bdf Text Font Color

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

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


#f71bdf Background Color

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

This div background color is #f71bdf


#f71bdf Border Color

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

This div border color is #f71bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,27,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 #f71bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71bdf


Comments

No comments written yet.

Please login to write comment.