Color Hex Logo

#dda4cb Color Hex

#DDA4CB
(221,164,203)
0 Favorites   0 Comments

Color spaces of #dda4cb

RGB 221164203
HSL0.890.460.75
HSV319°26°87°
CMYK 0.000.260.08   0.13
XYZ53.873746.234962.5847
Yxy46.23490.33110.2842
Hunter Lab67.996222.4328-6.9740
CIE-Lab73.697727.1647-11.6388

#dda4cb color RGB value is (221,164,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 11001011
Octal 335 244 313
Decimal 221 164 203
Hex DD A4 CB

RGB Percentages of Color #dda4cb

%37.59
%27.89
%34.52

CMYK Percentages of Color #dda4cb

%0
%26
%8
%13

Triadic Colors of #dda4cb

#dda4cb #cbdda4 #a4cbdd

Analogous Colors of #dda4cb

#dda4cb #dda4af #d3a4dd

Monochromatic Colors of #dda4cb

#dda4cb

Complementary Color

#dda4cb #a4ddb6

#dda4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4cb Color CSS Codes

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

#dda4cb Text Font Color

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

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


#dda4cb Background Color

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

This div background color is #dda4cb


#dda4cb Border Color

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

This div border color is #dda4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4cb


Comments

No comments written yet.

Please login to write comment.