Color Hex Logo

#ff73aa Color Hex

#FF73AA
(255,115,170)
0 Favorites   0 Comments

Color spaces of #ff73aa

RGB 255115170
HSL0.931.000.73
HSV336°55°100°
CMYK 0.000.550.33   0.00
XYZ54.626436.423742.1816
Yxy36.42370.41000.2734
Hunter Lab60.352155.94950.8071
CIE-Lab66.842458.6316-2.9661

#ff73aa color RGB value is (255,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 10101010
Octal 377 163 252
Decimal 255 115 170
Hex FF 73 AA

RGB Percentages of Color #ff73aa

%47.22
%21.30
%31.48

CMYK Percentages of Color #ff73aa

%0
%55
%33
%0

Triadic Colors of #ff73aa

#ff73aa #aaff73 #73aaff

Analogous Colors of #ff73aa

#ff73aa #ff8273 #ff73f0

Monochromatic Colors of #ff73aa

#ff73aa

Complementary Color

#ff73aa #73ffc8

#ff73aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff73aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff73aa Color CSS Codes

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

#ff73aa Text Font Color

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

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


#ff73aa Background Color

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

This div background color is #ff73aa


#ff73aa Border Color

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

This div border color is #ff73aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff73aa

Related Colors

#ff73aa Color Palettes


Comments

No comments written yet.

Please login to write comment.