Color Hex Logo

#f086db Color Hex

#F086DB
(240,134,219)
0 Favorites   0 Comments

Color spaces of #f086db

RGB 240134219
HSL0.870.780.73
HSV312°44°94°
CMYK 0.000.440.09   0.06
XYZ57.246540.689971.8546
Yxy40.68990.33720.2396
Hunter Lab63.788648.5630-22.1351
CIE-Lab69.958151.7446-25.9215

#f086db color RGB value is (240,134,219).

#f086db hex color red value is 240, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f086db hue: 0.87 , saturation: 0.78 and the lightness value of f086db is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000110 11011011
Octal 360 206 333
Decimal 240 134 219
Hex F0 86 DB

RGB Percentages of Color #f086db

%40.47
%22.60
%36.93

CMYK Percentages of Color #f086db

%0
%44
%9
%6

Triadic Colors of #f086db

#f086db #dbf086 #86dbf0

Analogous Colors of #f086db

#f086db #f086a6 #d086f0

Monochromatic Colors of #f086db

#f086db

Complementary Color

#f086db #86f09b

#f086db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f086db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f086db Color CSS Codes

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

#f086db Text Font Color

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

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


#f086db Background Color

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

This div background color is #f086db


#f086db Border Color

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

This div border color is #f086db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f086db


Comments

No comments written yet.

Please login to write comment.