Color Hex Logo

#f559da Color Hex

#F559DA
(245,89,218)
0 Favorites   0 Comments

Color spaces of #f559da

RGB 24589218
HSL0.860.890.65
HSV310°64°96°
CMYK 0.000.640.11   0.04
XYZ53.883531.619269.5928
Yxy31.61920.34740.2039
Hunter Lab56.231072.6441-34.0171
CIE-Lab63.026973.1846-36.0254

#f559da color RGB value is (245,89,218).

#f559da hex color red value is 245, green value is 89 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f559da hue: 0.86 , saturation: 0.89 and the lightness value of f559da is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011001 11011010
Octal 365 131 332
Decimal 245 89 218
Hex F5 59 DA

RGB Percentages of Color #f559da

%44.38
%16.12
%39.49

CMYK Percentages of Color #f559da

%0
%64
%11
%4

Triadic Colors of #f559da

#f559da #daf559 #59daf5

Analogous Colors of #f559da

#f559da #f5598c #c259f5

Monochromatic Colors of #f559da

#f559da

Complementary Color

#f559da #59f574

#f559da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f559da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f559da Color CSS Codes

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

#f559da Text Font Color

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

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


#f559da Background Color

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

This div background color is #f559da


#f559da Border Color

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

This div border color is #f559da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,89,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f559da


Comments

No comments written yet.

Please login to write comment.