Color Hex Logo

#f920dd Color Hex

#F920DD
(249,32,221)
0 Favorites   0 Comments

Color spaces of #f920dd

RGB 24932221
HSL0.850.950.55
HSV308°87°98°
CMYK 0.000.870.11   0.02
XYZ52.634626.393270.7269
Yxy26.39320.35150.1762
Hunter Lab51.374392.9738-45.6624
CIE-Lab58.408489.8697-44.9191

#f920dd color RGB value is (249,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100000 11011101
Octal 371 40 335
Decimal 249 32 221
Hex F9 20 DD

RGB Percentages of Color #f920dd

%49.60
%6.37
%44.02

CMYK Percentages of Color #f920dd

%0
%87
%11
%2

Triadic Colors of #f920dd

#f920dd #ddf920 #20ddf9

Analogous Colors of #f920dd

#f920dd #f92071 #a920f9

Monochromatic Colors of #f920dd

#f920dd

Complementary Color

#f920dd #20f93c

#f920dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f920dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f920dd Color CSS Codes

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

#f920dd Text Font Color

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

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


#f920dd Background Color

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

This div background color is #f920dd


#f920dd Border Color

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

This div border color is #f920dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,32,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f920dd


Comments

No comments written yet.

Please login to write comment.