Color Hex Logo

#dda7bd Color Hex

#DDA7BD
(221,167,189)
0 Favorites   0 Comments

Color spaces of #dda7bd

RGB 221167189
HSL0.930.440.76
HSV336°24°87°
CMYK 0.000.240.14   0.13
XYZ52.822846.683754.3709
Yxy46.68370.34330.3034
Hunter Lab68.325518.42980.6470
CIE-Lab73.987023.2094-3.5215

#dda7bd color RGB value is (221,167,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10111101
Octal 335 247 275
Decimal 221 167 189
Hex DD A7 BD

RGB Percentages of Color #dda7bd

%38.30
%28.94
%32.76

CMYK Percentages of Color #dda7bd

%0
%24
%14
%13

Triadic Colors of #dda7bd

#dda7bd #bddda7 #a7bddd

Analogous Colors of #dda7bd

#dda7bd #ddaca7 #dda7d8

Monochromatic Colors of #dda7bd

#dda7bd

Complementary Color

#dda7bd #a7ddc7

#dda7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7bd Color CSS Codes

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

#dda7bd Text Font Color

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

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


#dda7bd Background Color

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

This div background color is #dda7bd


#dda7bd Border Color

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

This div border color is #dda7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7bd


Comments

No comments written yet.

Please login to write comment.