Color Hex Logo

#f884db Color Hex

#F884DB
(248,132,219)
0 Favorites   0 Comments

Color spaces of #f884db

RGB 248132219
HSL0.880.890.75
HSV315°47°97°
CMYK 0.000.470.12   0.03
XYZ59.748841.573571.8932
Yxy41.57350.34490.2400
Hunter Lab64.477552.5733-20.9748
CIE-Lab70.575955.1468-24.8876

#f884db color RGB value is (248,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000100 11011011
Octal 370 204 333
Decimal 248 132 219
Hex F8 84 DB

RGB Percentages of Color #f884db

%41.40
%22.04
%36.56

CMYK Percentages of Color #f884db

%0
%47
%12
%3

Triadic Colors of #f884db

#f884db #dbf884 #84dbf8

Analogous Colors of #f884db

#f884db #f884a1 #db84f8

Monochromatic Colors of #f884db

#f884db

Complementary Color

#f884db #84f8a1

#f884db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f884db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f884db Color CSS Codes

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

#f884db Text Font Color

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

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


#f884db Background Color

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

This div background color is #f884db


#f884db Border Color

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

This div border color is #f884db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f884db


Comments

No comments written yet.

Please login to write comment.