Color Hex Logo

#dda7cd Color Hex

#DDA7CD
(221,167,205)
0 Favorites   0 Comments

Color spaces of #dda7cd

RGB 221167205
HSL0.880.440.76
HSV318°24°87°
CMYK 0.000.240.07   0.13
XYZ54.657047.417464.0293
Yxy47.41740.32910.2855
Hunter Lab68.860321.1766-6.9282
CIE-Lab74.456025.8921-11.6011

#dda7cd color RGB value is (221,167,205).

#dda7cd hex color red value is 221, green value is 167 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dda7cd hue: 0.88 , saturation: 0.44 and the lightness value of dda7cd is 0.76.

The process color (four color CMYK) of #dda7cd color hex is 0.00, 0.24, 0.07, 0.13. Web safe color of #dda7cd is #cc99cc. Color #dda7cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 11001101
Octal 335 247 315
Decimal 221 167 205
Hex DD A7 CD

RGB Percentages of Color #dda7cd

%37.27
%28.16
%34.57

CMYK Percentages of Color #dda7cd

%0
%24
%7
%13

Triadic Colors of #dda7cd

#dda7cd #cddda7 #a7cddd

Analogous Colors of #dda7cd

#dda7cd #dda7b2 #d2a7dd

Monochromatic Colors of #dda7cd

#dda7cd

Complementary Color

#dda7cd #a7ddb7

#dda7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7cd Color CSS Codes

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

#dda7cd Text Font Color

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

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


#dda7cd Background Color

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

This div background color is #dda7cd


#dda7cd Border Color

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

This div border color is #dda7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7cd


Comments

No comments written yet.

Please login to write comment.