Color Hex Logo

#f71bdb Color Hex

#F71BDB
(247,27,219)
0 Favorites   0 Comments

Color spaces of #f71bdb

RGB 24727219
HSL0.850.930.54
HSV308°89°97°
CMYK 0.000.890.11   0.03
XYZ51.535925.672569.2569
Yxy25.67250.35190.1753
Hunter Lab50.668092.8884-45.5744
CIE-Lab57.724989.9389-44.8892

#f71bdb color RGB value is (247,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011011 11011011
Octal 367 33 333
Decimal 247 27 219
Hex F7 1B DB

RGB Percentages of Color #f71bdb

%50.10
%5.48
%44.42

CMYK Percentages of Color #f71bdb

%0
%89
%11
%3

Triadic Colors of #f71bdb

#f71bdb #dbf71b #1bdbf7

Analogous Colors of #f71bdb

#f71bdb #f71b6d #a51bf7

Monochromatic Colors of #f71bdb

#f71bdb

Complementary Color

#f71bdb #1bf737

#f71bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71bdb Color CSS Codes

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

#f71bdb Text Font Color

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

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


#f71bdb Background Color

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

This div background color is #f71bdb


#f71bdb Border Color

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

This div border color is #f71bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71bdb


Comments

No comments written yet.

Please login to write comment.