Color Hex Logo

#ffa0bb Color Hex

#FFA0BB
(255,160,187)
0 Favorites   0 Comments

Color spaces of #ffa0bb

RGB 255160187
HSL0.951.000.81
HSV343°37°100°
CMYK 0.000.370.27   0.00
XYZ62.780449.989553.3537
Yxy49.98950.37790.3009
Hunter Lab70.703334.76704.7512
CIE-Lab76.062838.62111.0533

#ffa0bb color RGB value is (255,160,187).

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

The process color (four color CMYK) of #ffa0bb color hex is 0.00, 0.37, 0.27, 0.00. Web safe color of #ffa0bb is #ff99cc. Color #ffa0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10111011
Octal 377 240 273
Decimal 255 160 187
Hex FF A0 BB

RGB Percentages of Color #ffa0bb

%42.36
%26.58
%31.06

CMYK Percentages of Color #ffa0bb

%0
%37
%27
%0

Triadic Colors of #ffa0bb

#ffa0bb #bbffa0 #a0bbff

Analogous Colors of #ffa0bb

#ffa0bb #ffb5a0 #ffa0eb

Monochromatic Colors of #ffa0bb

#ffa0bb

Complementary Color

#ffa0bb #a0ffe4

#ffa0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0bb Color CSS Codes

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

#ffa0bb Text Font Color

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

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


#ffa0bb Background Color

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

This div background color is #ffa0bb


#ffa0bb Border Color

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

This div border color is #ffa0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0bb


Comments

No comments written yet.

Please login to write comment.