Color Hex Logo

#dda7cf Color Hex

#DDA7CF
(221,167,207)
0 Favorites   0 Comments

Color spaces of #dda7cf

RGB 221167207
HSL0.880.440.76
HSV316°24°87°
CMYK 0.000.240.06   0.13
XYZ54.900047.514665.3092
Yxy47.51460.32730.2833
Hunter Lab68.930821.5375-7.9233
CIE-Lab74.517726.2411-12.6037

#dda7cf color RGB value is (221,167,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 11001111
Octal 335 247 317
Decimal 221 167 207
Hex DD A7 CF

RGB Percentages of Color #dda7cf

%37.14
%28.07
%34.79

CMYK Percentages of Color #dda7cf

%0
%24
%6
%13

Triadic Colors of #dda7cf

#dda7cf #cfdda7 #a7cfdd

Analogous Colors of #dda7cf

#dda7cf #dda7b4 #d0a7dd

Monochromatic Colors of #dda7cf

#dda7cf

Complementary Color

#dda7cf #a7ddb5

#dda7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7cf Color CSS Codes

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

#dda7cf Text Font Color

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

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


#dda7cf Background Color

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

This div background color is #dda7cf


#dda7cf Border Color

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

This div border color is #dda7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7cf


Comments

No comments written yet.

Please login to write comment.