Color Hex Logo

#f092db Color Hex

#F092DB
(240,146,219)
0 Favorites   0 Comments

Color spaces of #f092db

RGB 240146219
HSL0.870.760.76
HSV313°39°94°
CMYK 0.000.390.09   0.06
XYZ59.000244.197572.4392
Yxy44.19750.33590.2516
Hunter Lab66.481242.0716-18.0667
CIE-Lab72.360345.6589-22.2507

#f092db color RGB value is (240,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 11011011
Octal 360 222 333
Decimal 240 146 219
Hex F0 92 DB

RGB Percentages of Color #f092db

%39.67
%24.13
%36.20

CMYK Percentages of Color #f092db

%0
%39
%9
%6

Triadic Colors of #f092db

#f092db #dbf092 #92dbf0

Analogous Colors of #f092db

#f092db #f092ac #d692f0

Monochromatic Colors of #f092db

#f092db

Complementary Color

#f092db #92f0a7

#f092db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f092db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f092db Color CSS Codes

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

#f092db Text Font Color

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

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


#f092db Background Color

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

This div background color is #f092db


#f092db Border Color

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

This div border color is #f092db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f092db


Comments

No comments written yet.

Please login to write comment.