Color Hex Logo

#f059dd Color Hex

#F059DD
(240,89,221)
0 Favorites   0 Comments

Color spaces of #f059dd

RGB 24089221
HSL0.850.830.65
HSV308°63°94°
CMYK 0.000.630.08   0.06
XYZ52.558730.890571.5989
Yxy30.89050.33900.1992
Hunter Lab55.579271.5356-37.4738
CIE-Lab62.415172.4021-38.7199

#f059dd color RGB value is (240,89,221).

#f059dd hex color red value is 240, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f059dd hue: 0.85 , saturation: 0.83 and the lightness value of f059dd is 0.65.

The process color (four color CMYK) of #f059dd color hex is 0.00, 0.63, 0.08, 0.06. Web safe color of #f059dd is #ff66cc. Color #f059dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011001 11011101
Octal 360 131 335
Decimal 240 89 221
Hex F0 59 DD

RGB Percentages of Color #f059dd

%43.64
%16.18
%40.18

CMYK Percentages of Color #f059dd

%0
%63
%8
%6

Triadic Colors of #f059dd

#f059dd #ddf059 #59ddf0

Analogous Colors of #f059dd

#f059dd #f05992 #b859f0

Monochromatic Colors of #f059dd

#f059dd

Complementary Color

#f059dd #59f06c

#f059dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f059dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f059dd Color CSS Codes

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

#f059dd Text Font Color

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

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


#f059dd Background Color

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

This div background color is #f059dd


#f059dd Border Color

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

This div border color is #f059dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f059dd


Comments

No comments written yet.

Please login to write comment.