Color Hex Logo

#dda0ba Color Hex

#DDA0BA
(221,160,186)
0 Favorites   0 Comments

Color spaces of #dda0ba

RGB 221160186
HSL0.930.470.75
HSV334°28°87°
CMYK 0.000.280.16   0.13
XYZ51.252544.058952.2573
Yxy44.05890.34730.2986
Hunter Lab66.376921.6681-0.2141
CIE-Lab72.267826.5050-4.4022

#dda0ba color RGB value is (221,160,186).

#dda0ba hex color red value is 221, green value is 160 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dda0ba hue: 0.93 , saturation: 0.47 and the lightness value of dda0ba is 0.75.

The process color (four color CMYK) of #dda0ba color hex is 0.00, 0.28, 0.16, 0.13. Web safe color of #dda0ba is #cc99cc. Color #dda0ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10111010
Octal 335 240 272
Decimal 221 160 186
Hex DD A0 BA

RGB Percentages of Color #dda0ba

%38.98
%28.22
%32.80

CMYK Percentages of Color #dda0ba

%0
%28
%16
%13

Triadic Colors of #dda0ba

#dda0ba #badda0 #a0badd

Analogous Colors of #dda0ba

#dda0ba #dda5a0 #dda0d9

Monochromatic Colors of #dda0ba

#dda0ba

Complementary Color

#dda0ba #a0ddc3

#dda0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0ba Color CSS Codes

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

#dda0ba Text Font Color

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

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


#dda0ba Background Color

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

This div background color is #dda0ba


#dda0ba Border Color

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

This div border color is #dda0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0ba


Comments

No comments written yet.

Please login to write comment.