Color Hex Logo

#f080db Color Hex

#F080DB
(240,128,219)
0 Favorites   0 Comments

Color spaces of #f080db

RGB 240128219
HSL0.860.790.72
HSV311°47°94°
CMYK 0.000.470.09   0.06
XYZ56.440539.078171.5859
Yxy39.07810.33780.2339
Hunter Lab62.512551.7651-24.1370
CIE-Lab68.807854.7118-27.6875

#f080db color RGB value is (240,128,219).

#f080db hex color red value is 240, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f080db hue: 0.86 , saturation: 0.79 and the lightness value of f080db is 0.72.

The process color (four color CMYK) of #f080db color hex is 0.00, 0.47, 0.09, 0.06. Web safe color of #f080db is #ff99cc. Color #f080db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 11011011
Octal 360 200 333
Decimal 240 128 219
Hex F0 80 DB

RGB Percentages of Color #f080db

%40.89
%21.81
%37.31

CMYK Percentages of Color #f080db

%0
%47
%9
%6

Triadic Colors of #f080db

#f080db #dbf080 #80dbf0

Analogous Colors of #f080db

#f080db #f080a3 #cd80f0

Monochromatic Colors of #f080db

#f080db

Complementary Color

#f080db #80f095

#f080db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f080db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f080db Color CSS Codes

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

#f080db Text Font Color

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

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


#f080db Background Color

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

This div background color is #f080db


#f080db Border Color

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

This div border color is #f080db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f080db


Comments

No comments written yet.

Please login to write comment.