Color Hex Logo

#dda4bd Color Hex

#DDA4BD
(221,164,189)
0 Favorites   0 Comments

Color spaces of #dda4bd

RGB 221164189
HSL0.930.460.75
HSV334°26°87°
CMYK 0.000.260.14   0.13
XYZ52.279645.597254.1898
Yxy45.59720.34380.2999
Hunter Lab67.525720.0279-0.3126
CIE-Lab73.283424.8282-4.5582

#dda4bd color RGB value is (221,164,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10111101
Octal 335 244 275
Decimal 221 164 189
Hex DD A4 BD

RGB Percentages of Color #dda4bd

%38.50
%28.57
%32.93

CMYK Percentages of Color #dda4bd

%0
%26
%14
%13

Triadic Colors of #dda4bd

#dda4bd #bddda4 #a4bddd

Analogous Colors of #dda4bd

#dda4bd #dda8a4 #dda4da

Monochromatic Colors of #dda4bd

#dda4bd

Complementary Color

#dda4bd #a4ddc4

#dda4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4bd Color CSS Codes

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

#dda4bd Text Font Color

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

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


#dda4bd Background Color

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

This div background color is #dda4bd


#dda4bd Border Color

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

This div border color is #dda4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4bd


Comments

No comments written yet.

Please login to write comment.