Color Hex Logo

#f579dd Color Hex

#F579DD
(245,121,221)
0 Favorites   0 Comments

Color spaces of #f579dd

RGB 245121221
HSL0.870.860.72
HSV312°51°96°
CMYK 0.000.510.10   0.04
XYZ57.544738.307772.7678
Yxy38.30770.34130.2272
Hunter Lab61.893257.6458-26.3820
CIE-Lab68.246859.8530-29.6066

#f579dd color RGB value is (245,121,221).

#f579dd hex color red value is 245, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f579dd hue: 0.87 , saturation: 0.86 and the lightness value of f579dd is 0.72.

The process color (four color CMYK) of #f579dd color hex is 0.00, 0.51, 0.10, 0.04. Web safe color of #f579dd is #ff66cc. Color #f579dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111001 11011101
Octal 365 171 335
Decimal 245 121 221
Hex F5 79 DD

RGB Percentages of Color #f579dd

%41.74
%20.61
%37.65

CMYK Percentages of Color #f579dd

%0
%51
%10
%4

Triadic Colors of #f579dd

#f579dd #ddf579 #79ddf5

Analogous Colors of #f579dd

#f579dd #f5799f #cf79f5

Monochromatic Colors of #f579dd

#f579dd

Complementary Color

#f579dd #79f591

#f579dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f579dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f579dd Color CSS Codes

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

#f579dd Text Font Color

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

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


#f579dd Background Color

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

This div background color is #f579dd


#f579dd Border Color

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

This div border color is #f579dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f579dd


Comments

No comments written yet.

Please login to write comment.