Color Hex Logo

#f092dc Color Hex

#F092DC
(240,146,220)
0 Favorites   0 Comments

Color spaces of #f092dc

RGB 240146220
HSL0.870.760.76
HSV313°39°94°
CMYK 0.000.390.08   0.06
XYZ59.132344.250373.1347
Yxy44.25030.33500.2507
Hunter Lab66.520942.2621-18.6202
CIE-Lab72.395545.8253-22.7471

#f092dc color RGB value is (240,146,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 11011100
Octal 360 222 334
Decimal 240 146 220
Hex F0 92 DC

RGB Percentages of Color #f092dc

%39.60
%24.09
%36.30

CMYK Percentages of Color #f092dc

%0
%39
%8
%6

Triadic Colors of #f092dc

#f092dc #dcf092 #92dcf0

Analogous Colors of #f092dc

#f092dc #f092ad #d592f0

Monochromatic Colors of #f092dc

#f092dc

Complementary Color

#f092dc #92f0a6

#f092dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f092dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f092dc Color CSS Codes

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

#f092dc Text Font Color

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

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


#f092dc Background Color

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

This div background color is #f092dc


#f092dc Border Color

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

This div border color is #f092dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,146,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f092dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f092dc


Comments

No comments written yet.

Please login to write comment.