Color Hex Logo

#ffa0bc Color Hex

#FFA0BC
(255,160,188)
0 Favorites   0 Comments

Color spaces of #ffa0bc

RGB 255160188
HSL0.951.000.81
HSV342°37°100°
CMYK 0.000.370.26   0.00
XYZ62.887950.032553.9196
Yxy50.03250.37690.2999
Hunter Lab70.733734.91694.3173
CIE-Lab76.089238.75570.5433

#ffa0bc color RGB value is (255,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10111100
Octal 377 240 274
Decimal 255 160 188
Hex FF A0 BC

RGB Percentages of Color #ffa0bc

%42.29
%26.53
%31.18

CMYK Percentages of Color #ffa0bc

%0
%37
%26
%0

Triadic Colors of #ffa0bc

#ffa0bc #bcffa0 #a0bcff

Analogous Colors of #ffa0bc

#ffa0bc #ffb4a0 #ffa0ec

Monochromatic Colors of #ffa0bc

#ffa0bc

Complementary Color

#ffa0bc #a0ffe3

#ffa0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0bc Color CSS Codes

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

#ffa0bc Text Font Color

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

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


#ffa0bc Background Color

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

This div background color is #ffa0bc


#ffa0bc Border Color

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

This div border color is #ffa0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0bc

Related Colors

#ffa0bc Color Palettes


Comments

No comments written yet.

Please login to write comment.