Color Hex Logo

#f920dc Color Hex

#F920DC
(249,32,220)
0 Favorites   0 Comments

Color spaces of #f920dc

RGB 24932220
HSL0.860.950.55
HSV308°87°98°
CMYK 0.000.870.12   0.02
XYZ52.501726.340170.0271
Yxy26.34010.35270.1769
Hunter Lab51.322692.7863-44.9724
CIE-Lab58.358589.7391-44.4320

#f920dc color RGB value is (249,32,220).

#f920dc hex color red value is 249, green value is 32 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f920dc hue: 0.86 , saturation: 0.95 and the lightness value of f920dc is 0.55.

The process color (four color CMYK) of #f920dc color hex is 0.00, 0.87, 0.12, 0.02. Web safe color of #f920dc is #ff33cc. Color #f920dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 11011100
Octal 371 40 334
Decimal 249 32 220
Hex F9 20 DC

RGB Percentages of Color #f920dc

%49.70
%6.39
%43.91

CMYK Percentages of Color #f920dc

%0
%87
%12
%2

Triadic Colors of #f920dc

#f920dc #dcf920 #20dcf9

Analogous Colors of #f920dc

#f920dc #f92070 #aa20f9

Monochromatic Colors of #f920dc

#f920dc

Complementary Color

#f920dc #20f93d

#f920dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f920dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f920dc Color CSS Codes

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

#f920dc Text Font Color

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

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


#f920dc Background Color

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

This div background color is #f920dc


#f920dc Border Color

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

This div border color is #f920dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f920dc


Comments

No comments written yet.

Please login to write comment.