Color Hex Logo

#ffa0db Color Hex

#FFA0DB
(255,160,219)
0 Favorites   0 Comments

Color spaces of #ffa0db

RGB 255160219
HSL0.901.000.81
HSV323°37°100°
CMYK 0.000.370.14   0.00
XYZ66.597051.516173.4514
Yxy51.51610.34760.2689
Hunter Lab71.774740.0175-10.4327
CIE-Lab76.990643.2730-15.0770

#ffa0db color RGB value is (255,160,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 11011011
Octal 377 240 333
Decimal 255 160 219
Hex FF A0 DB

RGB Percentages of Color #ffa0db

%40.22
%25.24
%34.54

CMYK Percentages of Color #ffa0db

%0
%37
%14
%0

Triadic Colors of #ffa0db

#ffa0db #dbffa0 #a0dbff

Analogous Colors of #ffa0db

#ffa0db #ffa0ac #f4a0ff

Monochromatic Colors of #ffa0db

#ffa0db

Complementary Color

#ffa0db #a0ffc4

#ffa0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa0db Color CSS Codes

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

#ffa0db Text Font Color

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

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


#ffa0db Background Color

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

This div background color is #ffa0db


#ffa0db Border Color

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

This div border color is #ffa0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa0db

Related Colors


Comments

No comments written yet.

Please login to write comment.