Color Hex Logo

#ff73ad Color Hex

#FF73AD
(255,115,173)
0 Favorites   0 Comments

Color spaces of #ff73ad

RGB 255115173
HSL0.931.000.73
HSV335°55°100°
CMYK 0.000.550.32   0.00
XYZ54.913636.538643.6936
Yxy36.53860.40630.2704
Hunter Lab60.447256.3769-0.5441
CIE-Lab66.929458.9838-4.5377

#ff73ad color RGB value is (255,115,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 10101101
Octal 377 163 255
Decimal 255 115 173
Hex FF 73 AD

RGB Percentages of Color #ff73ad

%46.96
%21.18
%31.86

CMYK Percentages of Color #ff73ad

%0
%55
%32
%0

Triadic Colors of #ff73ad

#ff73ad #adff73 #73adff

Analogous Colors of #ff73ad

#ff73ad #ff7f73 #ff73f3

Monochromatic Colors of #ff73ad

#ff73ad

Complementary Color

#ff73ad #73ffc5

#ff73ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff73ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff73ad Color CSS Codes

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

#ff73ad Text Font Color

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

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


#ff73ad Background Color

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

This div background color is #ff73ad


#ff73ad Border Color

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

This div border color is #ff73ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff73ad

Related Colors


Comments

No comments written yet.

Please login to write comment.