Color Hex Logo

#ff8aaa Color Hex

#FF8AAA
(255,138,170)
0 Favorites   0 Comments

Color spaces of #ff8aaa

RGB 255138170
HSL0.951.000.77
HSV344°46°100°
CMYK 0.000.460.33   0.00
XYZ57.584242.339243.1675
Yxy42.33920.40240.2959
Hunter Lab65.068644.09846.2141
CIE-Lab71.104247.63353.2546

#ff8aaa color RGB value is (255,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 10101010
Octal 377 212 252
Decimal 255 138 170
Hex FF 8A AA

RGB Percentages of Color #ff8aaa

%45.29
%24.51
%30.20

CMYK Percentages of Color #ff8aaa

%0
%46
%33
%0

Triadic Colors of #ff8aaa

#ff8aaa #aaff8a #8aaaff

Analogous Colors of #ff8aaa

#ff8aaa #ffa58a #ff8ae5

Monochromatic Colors of #ff8aaa

#ff8aaa

Complementary Color

#ff8aaa #8affdf

#ff8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8aaa Color CSS Codes

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

#ff8aaa Text Font Color

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

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


#ff8aaa Background Color

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

This div background color is #ff8aaa


#ff8aaa Border Color

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

This div border color is #ff8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8aaa

Related Colors


Comments

No comments written yet.

Please login to write comment.