Color Hex Logo

#dda7bc Color Hex

#DDA7BC
(221,167,188)
0 Favorites   0 Comments

Color spaces of #dda7bc

RGB 221167188
HSL0.940.440.76
HSV337°24°87°
CMYK 0.000.240.15   0.13
XYZ52.714646.640453.8011
Yxy46.64040.34420.3045
Hunter Lab68.293818.26651.0976
CIE-Lab73.959223.0485-3.0132

#dda7bc color RGB value is (221,167,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10111100
Octal 335 247 274
Decimal 221 167 188
Hex DD A7 BC

RGB Percentages of Color #dda7bc

%38.37
%28.99
%32.64

CMYK Percentages of Color #dda7bc

%0
%24
%15
%13

Triadic Colors of #dda7bc

#dda7bc #bcdda7 #a7bcdd

Analogous Colors of #dda7bc

#dda7bc #ddada7 #dda7d7

Monochromatic Colors of #dda7bc

#dda7bc

Complementary Color

#dda7bc #a7ddc8

#dda7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7bc Color CSS Codes

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

#dda7bc Text Font Color

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

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


#dda7bc Background Color

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

This div background color is #dda7bc


#dda7bc Border Color

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

This div border color is #dda7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7bc


Comments

No comments written yet.

Please login to write comment.