Color Hex Logo

#f886db Color Hex

#F886DB
(248,134,219)
0 Favorites   0 Comments

Color spaces of #f886db

RGB 248134219
HSL0.880.890.75
HSV315°46°97°
CMYK 0.000.460.12   0.03
XYZ60.022742.121171.9845
Yxy42.12110.34470.2419
Hunter Lab64.900851.5072-20.3308
CIE-Lab70.954354.1689-24.3087

#f886db color RGB value is (248,134,219).

#f886db hex color red value is 248, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f886db hue: 0.88 , saturation: 0.89 and the lightness value of f886db is 0.75.

The process color (four color CMYK) of #f886db color hex is 0.00, 0.46, 0.12, 0.03. Web safe color of #f886db is #ff99cc. Color #f886db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000110 11011011
Octal 370 206 333
Decimal 248 134 219
Hex F8 86 DB

RGB Percentages of Color #f886db

%41.26
%22.30
%36.44

CMYK Percentages of Color #f886db

%0
%46
%12
%3

Triadic Colors of #f886db

#f886db #dbf886 #86dbf8

Analogous Colors of #f886db

#f886db #f886a2 #dc86f8

Monochromatic Colors of #f886db

#f886db

Complementary Color

#f886db #86f8a3

#f886db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f886db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f886db Color CSS Codes

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

#f886db Text Font Color

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

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


#f886db Background Color

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

This div background color is #f886db


#f886db Border Color

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

This div border color is #f886db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f886db


Comments

No comments written yet.

Please login to write comment.