Color Hex Logo

#ff85aa Color Hex

#FF85AA
(255,133,170)
0 Favorites   0 Comments

Color spaces of #ff85aa

RGB 255133170
HSL0.951.000.76
HSV342°48°100°
CMYK 0.000.480.33   0.00
XYZ56.883240.937342.9338
Yxy40.93730.40410.2908
Hunter Lab63.982346.72585.0024
CIE-Lab70.132050.10011.8441

#ff85aa color RGB value is (255,133,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 10101010
Octal 377 205 252
Decimal 255 133 170
Hex FF 85 AA

RGB Percentages of Color #ff85aa

%45.70
%23.84
%30.47

CMYK Percentages of Color #ff85aa

%0
%48
%33
%0

Triadic Colors of #ff85aa

#ff85aa #aaff85 #85aaff

Analogous Colors of #ff85aa

#ff85aa #ff9d85 #ff85e7

Monochromatic Colors of #ff85aa

#ff85aa

Complementary Color

#ff85aa #85ffda

#ff85aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff85aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff85aa Color CSS Codes

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

#ff85aa Text Font Color

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

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


#ff85aa Background Color

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

This div background color is #ff85aa


#ff85aa Border Color

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

This div border color is #ff85aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff85aa

Related Colors

#ff85aa Color Palettes


Comments

No comments written yet.

Please login to write comment.