Color Hex Logo

#f882db Color Hex

#F882DB
(248,130,219)
0 Favorites   0 Comments

Color spaces of #f882db

RGB 248130219
HSL0.870.890.74
HSV315°48°97°
CMYK 0.000.480.12   0.03
XYZ59.480241.036271.8037
Yxy41.03620.34520.2381
Hunter Lab64.059553.6358-21.6160
CIE-Lab70.201356.1186-25.4611

#f882db color RGB value is (248,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11011011
Octal 370 202 333
Decimal 248 130 219
Hex F8 82 DB

RGB Percentages of Color #f882db

%41.54
%21.78
%36.68

CMYK Percentages of Color #f882db

%0
%48
%12
%3

Triadic Colors of #f882db

#f882db #dbf882 #82dbf8

Analogous Colors of #f882db

#f882db #f882a0 #da82f8

Monochromatic Colors of #f882db

#f882db

Complementary Color

#f882db #82f89f

#f882db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882db Color CSS Codes

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

#f882db Text Font Color

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

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


#f882db Background Color

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

This div background color is #f882db


#f882db Border Color

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

This div border color is #f882db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882db


Comments

No comments written yet.

Please login to write comment.