Color Hex Logo

#ffa0be Color Hex

#FFA0BE
(255,160,190)
0 Favorites   0 Comments

Color spaces of #ffa0be

RGB 255160190
HSL0.951.000.81
HSV341°37°100°
CMYK 0.000.370.25   0.00
XYZ63.105150.119355.0632
Yxy50.11930.37500.2978
Hunter Lab70.795035.21983.4417
CIE-Lab76.142439.0274-0.4758

#ffa0be color RGB value is (255,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 10111110
Octal 377 240 276
Decimal 255 160 190
Hex FF A0 BE

RGB Percentages of Color #ffa0be

%42.15
%26.45
%31.40

CMYK Percentages of Color #ffa0be

%0
%37
%25
%0

Triadic Colors of #ffa0be

#ffa0be #beffa0 #a0beff

Analogous Colors of #ffa0be

#ffa0be #ffb2a0 #ffa0ee

Monochromatic Colors of #ffa0be

#ffa0be

Complementary Color

#ffa0be #a0ffe1

#ffa0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0be Color CSS Codes

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

#ffa0be Text Font Color

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

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


#ffa0be Background Color

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

This div background color is #ffa0be


#ffa0be Border Color

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

This div border color is #ffa0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0be

#ffa0be Color Palettes


Comments

No comments written yet.

Please login to write comment.