Color Hex Logo

#dda3ad Color Hex

#DDA3AD
(221,163,173)
1 Favorites   0 Comments

Color spaces of #dda3ad

RGB 221163173
HSL0.970.460.75
HSV350°26°87°
CMYK 0.000.260.22   0.13
XYZ50.458844.583745.4812
Yxy44.58370.35910.3173
Hunter Lab66.771018.04306.3542
CIE-Lab72.616922.88863.2834

#dda3ad color RGB value is (221,163,173).

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

The process color (four color CMYK) of #dda3ad color hex is 0.00, 0.26, 0.22, 0.13. Web safe color of #dda3ad is #cc9999. Color #dda3ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 10101101
Octal 335 243 255
Decimal 221 163 173
Hex DD A3 AD

RGB Percentages of Color #dda3ad

%39.68
%29.26
%31.06

CMYK Percentages of Color #dda3ad

%0
%26
%22
%13

Triadic Colors of #dda3ad

#dda3ad #addda3 #a3addd

Analogous Colors of #dda3ad

#dda3ad #ddb6a3 #dda3ca

Monochromatic Colors of #dda3ad

#dda3ad

Complementary Color

#dda3ad #a3ddd3

#dda3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda3ad Color CSS Codes

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

#dda3ad Text Font Color

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

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


#dda3ad Background Color

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

This div background color is #dda3ad


#dda3ad Border Color

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

This div border color is #dda3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda3ad


Comments

No comments written yet.

Please login to write comment.