Color Hex Logo

#ff5aad Color Hex

#FF5AAD
(255,90,173)
0 Favorites   0 Comments

Color spaces of #ff5aad

RGB 25590173
HSL0.921.000.68
HSV330°65°100°
CMYK 0.000.650.32   0.00
XYZ52.439031.589542.8687
Yxy31.58950.41320.2489
Hunter Lab56.204568.1831-5.8789
CIE-Lab63.002169.5599-10.3746

#ff5aad color RGB value is (255,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011010 10101101
Octal 377 132 255
Decimal 255 90 173
Hex FF 5A AD

RGB Percentages of Color #ff5aad

%49.23
%17.37
%33.40

CMYK Percentages of Color #ff5aad

%0
%65
%32
%0

Triadic Colors of #ff5aad

#ff5aad #adff5a #5aadff

Analogous Colors of #ff5aad

#ff5aad #ff5a5b #ff5aff

Monochromatic Colors of #ff5aad

#ff5aad

Complementary Color

#ff5aad #5affac

#ff5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5aad Color CSS Codes

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

#ff5aad Text Font Color

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

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


#ff5aad Background Color

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

This div background color is #ff5aad


#ff5aad Border Color

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

This div border color is #ff5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5aad


Comments

No comments written yet.

Please login to write comment.