Color Hex Logo

#f81dbf Color Hex

#F81DBF
(248,29,191)
0 Favorites   0 Comments

Color spaces of #f81dbf

RGB 24829191
HSL0.880.940.54
HSV316°88°97°
CMYK 0.000.880.23   0.03
XYZ48.554724.596851.4787
Yxy24.59680.38960.1974
Hunter Lab49.595287.9637-26.8251
CIE-Lab56.680486.4224-30.4955

#f81dbf color RGB value is (248,29,191).

#f81dbf hex color red value is 248, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f81dbf hue: 0.88 , saturation: 0.94 and the lightness value of f81dbf is 0.54.

The process color (four color CMYK) of #f81dbf color hex is 0.00, 0.88, 0.23, 0.03. Web safe color of #f81dbf is #ff33cc. Color #f81dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011101 10111111
Octal 370 35 277
Decimal 248 29 191
Hex F8 1D BF

RGB Percentages of Color #f81dbf

%52.99
%6.20
%40.81

CMYK Percentages of Color #f81dbf

%0
%88
%23
%3

Triadic Colors of #f81dbf

#f81dbf #bff81d #1dbff8

Analogous Colors of #f81dbf

#f81dbf #f81d52 #c41df8

Monochromatic Colors of #f81dbf

#f81dbf

Complementary Color

#f81dbf #1df856

#f81dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81dbf Color CSS Codes

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

#f81dbf Text Font Color

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

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


#f81dbf Background Color

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

This div background color is #f81dbf


#f81dbf Border Color

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

This div border color is #f81dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81dbf


Comments

No comments written yet.

Please login to write comment.