Color Hex Logo

#ff8aad Color Hex

#FF8AAD
(255,138,173)
0 Favorites   0 Comments

Color spaces of #ff8aad

RGB 255138173
HSL0.951.000.77
HSV342°46°100°
CMYK 0.000.460.32   0.00
XYZ57.871342.454144.6795
Yxy42.45410.39910.2928
Hunter Lab65.156844.51664.9533
CIE-Lab71.182947.99611.6946

#ff8aad color RGB value is (255,138,173).

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

The process color (four color CMYK) of #ff8aad color hex is 0.00, 0.46, 0.32, 0.00. Web safe color of #ff8aad is #ff9999. Color #ff8aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 10101101
Octal 377 212 255
Decimal 255 138 173
Hex FF 8A AD

RGB Percentages of Color #ff8aad

%45.05
%24.38
%30.57

CMYK Percentages of Color #ff8aad

%0
%46
%32
%0

Triadic Colors of #ff8aad

#ff8aad #adff8a #8aadff

Analogous Colors of #ff8aad

#ff8aad #ffa28a #ff8ae8

Monochromatic Colors of #ff8aad

#ff8aad

Complementary Color

#ff8aad #8affdc

#ff8aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8aad Color CSS Codes

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

#ff8aad Text Font Color

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

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


#ff8aad Background Color

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

This div background color is #ff8aad


#ff8aad Border Color

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

This div border color is #ff8aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8aad

#ff8aad Color Palettes


Comments

No comments written yet.

Please login to write comment.