Color Hex Logo

#dda0be Color Hex

#DDA0BE
(221,160,190)
0 Favorites   0 Comments

Color spaces of #dda0be

RGB 221160190
HSL0.920.470.75
HSV330°28°87°
CMYK 0.000.280.14   0.13
XYZ51.683944.231554.5287
Yxy44.23150.34350.2940
Hunter Lab66.506822.3295-2.0570
CIE-Lab72.383027.1474-6.4404

#dda0be color RGB value is (221,160,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10111110
Octal 335 240 276
Decimal 221 160 190
Hex DD A0 BE

RGB Percentages of Color #dda0be

%38.70
%28.02
%33.27

CMYK Percentages of Color #dda0be

%0
%28
%14
%13

Triadic Colors of #dda0be

#dda0be #bedda0 #a0bedd

Analogous Colors of #dda0be

#dda0be #dda1a0 #dda0dd

Monochromatic Colors of #dda0be

#dda0be

Complementary Color

#dda0be #a0ddbf

#dda0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0be Color CSS Codes

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

#dda0be Text Font Color

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

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


#dda0be Background Color

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

This div background color is #dda0be


#dda0be Border Color

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

This div border color is #dda0be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dda0be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0be


Comments

No comments written yet.

Please login to write comment.