Color Hex Logo

#dda2be Color Hex

#DDA2BE
(221,162,190)
0 Favorites   0 Comments

Color spaces of #dda2be

RGB 221162190
HSL0.920.460.75
HSV332°27°87°
CMYK 0.000.270.14   0.13
XYZ52.033444.930554.6452
Yxy44.93050.34320.2964
Hunter Lab67.030221.2609-1.4140
CIE-Lab72.846126.0690-5.7549

#dda2be color RGB value is (221,162,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10111110
Octal 335 242 276
Decimal 221 162 190
Hex DD A2 BE

RGB Percentages of Color #dda2be

%38.57
%28.27
%33.16

CMYK Percentages of Color #dda2be

%0
%27
%14
%13

Triadic Colors of #dda2be

#dda2be #bedda2 #a2bedd

Analogous Colors of #dda2be

#dda2be #dda4a2 #dda2dc

Monochromatic Colors of #dda2be

#dda2be

Complementary Color

#dda2be #a2ddc1

#dda2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda2be Color CSS Codes

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

#dda2be Text Font Color

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

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


#dda2be Background Color

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

This div background color is #dda2be


#dda2be Border Color

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

This div border color is #dda2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda2be


Comments

No comments written yet.

Please login to write comment.