Color Hex Logo

#f492dc Color Hex

#F492DC
(244,146,220)
0 Favorites   0 Comments

Color spaces of #f492dc

RGB 244146220
HSL0.870.820.76
HSV315°40°96°
CMYK 0.000.400.10   0.04
XYZ60.505444.958273.1990
Yxy44.95820.33870.2516
Hunter Lab67.050943.7359-17.7909
CIE-Lab72.864447.0829-21.9900

#f492dc color RGB value is (244,146,220).

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

The process color (four color CMYK) of #f492dc color hex is 0.00, 0.40, 0.10, 0.04. Web safe color of #f492dc is #ff99cc. Color #f492dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010010 11011100
Octal 364 222 334
Decimal 244 146 220
Hex F4 92 DC

RGB Percentages of Color #f492dc

%40.00
%23.93
%36.07

CMYK Percentages of Color #f492dc

%0
%40
%10
%4

Triadic Colors of #f492dc

#f492dc #dcf492 #92dcf4

Analogous Colors of #f492dc

#f492dc #f492ab #db92f4

Monochromatic Colors of #f492dc

#f492dc

Complementary Color

#f492dc #92f4aa

#f492dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f492dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f492dc Color CSS Codes

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

#f492dc Text Font Color

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

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


#f492dc Background Color

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

This div background color is #f492dc


#f492dc Border Color

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

This div border color is #f492dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f492dc


Comments

No comments written yet.

Please login to write comment.