Color Hex Logo

#ff59aa Color Hex

#FF59AA
(255,89,170)
0 Favorites   0 Comments

Color spaces of #ff59aa

RGB 25589170
HSL0.921.000.67
HSV331°65°100°
CMYK 0.000.650.33   0.00
XYZ52.068131.307041.3288
Yxy31.30700.41750.2511
Hunter Lab55.952768.1903-4.6270
CIE-Lab62.765969.6089-9.0052

#ff59aa color RGB value is (255,89,170).

#ff59aa hex color red value is 255, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ff59aa hue: 0.92 , saturation: 1.00 and the lightness value of ff59aa is 0.67.

The process color (four color CMYK) of #ff59aa color hex is 0.00, 0.65, 0.33, 0.00. Web safe color of #ff59aa is #ff6699. Color #ff59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011001 10101010
Octal 377 131 252
Decimal 255 89 170
Hex FF 59 AA

RGB Percentages of Color #ff59aa

%49.61
%17.32
%33.07

CMYK Percentages of Color #ff59aa

%0
%65
%33
%0

Triadic Colors of #ff59aa

#ff59aa #aaff59 #59aaff

Analogous Colors of #ff59aa

#ff59aa #ff5b59 #ff59fd

Monochromatic Colors of #ff59aa

#ff59aa

Complementary Color

#ff59aa #59ffae

#ff59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff59aa Color CSS Codes

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

#ff59aa Text Font Color

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

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


#ff59aa Background Color

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

This div background color is #ff59aa


#ff59aa Border Color

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

This div border color is #ff59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff59aa

Related Colors


Comments

No comments written yet.

Please login to write comment.