Color Hex Logo

#f872db Color Hex

#F872DB
(248,114,219)
0 Favorites   0 Comments

Color spaces of #f872db

RGB 248114219
HSL0.870.910.71
HSV313°54°97°
CMYK 0.000.540.12   0.03
XYZ57.514937.105671.1486
Yxy37.10560.34700.2238
Hunter Lab60.914461.9383-26.6113
CIE-Lab67.356263.6187-29.8354

#f872db color RGB value is (248,114,219).

#f872db hex color red value is 248, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f872db hue: 0.87 , saturation: 0.91 and the lightness value of f872db is 0.71.

The process color (four color CMYK) of #f872db color hex is 0.00, 0.54, 0.12, 0.03. Web safe color of #f872db is #ff66cc. Color #f872db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110010 11011011
Octal 370 162 333
Decimal 248 114 219
Hex F8 72 DB

RGB Percentages of Color #f872db

%42.69
%19.62
%37.69

CMYK Percentages of Color #f872db

%0
%54
%12
%3

Triadic Colors of #f872db

#f872db #dbf872 #72dbf8

Analogous Colors of #f872db

#f872db #f87298 #d272f8

Monochromatic Colors of #f872db

#f872db

Complementary Color

#f872db #72f88f

#f872db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f872db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f872db Color CSS Codes

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

#f872db Text Font Color

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

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


#f872db Background Color

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

This div background color is #f872db


#f872db Border Color

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

This div border color is #f872db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f872db


Comments

No comments written yet.

Please login to write comment.