Color Hex Logo

#f959dd Color Hex

#F959DD
(249,89,221)
0 Favorites   0 Comments

Color spaces of #f959dd

RGB 24989221
HSL0.860.930.66
HSV311°64°98°
CMYK 0.000.640.11   0.02
XYZ55.690432.505071.7455
Yxy32.50500.34820.2032
Hunter Lab57.013274.5856-34.7015
CIE-Lab63.758174.6077-36.5230

#f959dd color RGB value is (249,89,221).

#f959dd hex color red value is 249, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f959dd hue: 0.86 , saturation: 0.93 and the lightness value of f959dd is 0.66.

The process color (four color CMYK) of #f959dd color hex is 0.00, 0.64, 0.11, 0.02. Web safe color of #f959dd is #ff66cc. Color #f959dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011001 11011101
Octal 371 131 335
Decimal 249 89 221
Hex F9 59 DD

RGB Percentages of Color #f959dd

%44.54
%15.92
%39.53

CMYK Percentages of Color #f959dd

%0
%64
%11
%2

Triadic Colors of #f959dd

#f959dd #ddf959 #59ddf9

Analogous Colors of #f959dd

#f959dd #f9598d #c559f9

Monochromatic Colors of #f959dd

#f959dd

Complementary Color

#f959dd #59f975

#f959dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f959dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f959dd Color CSS Codes

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

#f959dd Text Font Color

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

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


#f959dd Background Color

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

This div background color is #f959dd


#f959dd Border Color

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

This div border color is #f959dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f959dd


Comments

No comments written yet.

Please login to write comment.