Color Hex Logo

#dda4bc Color Hex

#DDA4BC
(221,164,188)
0 Favorites   0 Comments

Color spaces of #dda4bc

RGB 221164188
HSL0.930.460.75
HSV335°26°87°
CMYK 0.000.260.15   0.13
XYZ52.171445.553953.6200
Yxy45.55390.34470.3010
Hunter Lab67.493619.86350.1429
CIE-Lab73.255124.6672-4.0495

#dda4bc color RGB value is (221,164,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10111100
Octal 335 244 274
Decimal 221 164 188
Hex DD A4 BC

RGB Percentages of Color #dda4bc

%38.57
%28.62
%32.81

CMYK Percentages of Color #dda4bc

%0
%26
%15
%13

Triadic Colors of #dda4bc

#dda4bc #bcdda4 #a4bcdd

Analogous Colors of #dda4bc

#dda4bc #dda9a4 #dda4d9

Monochromatic Colors of #dda4bc

#dda4bc

Complementary Color

#dda4bc #a4ddc5

#dda4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4bc Color CSS Codes

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

#dda4bc Text Font Color

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

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


#dda4bc Background Color

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

This div background color is #dda4bc


#dda4bc Border Color

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

This div border color is #dda4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4bc


Comments

No comments written yet.

Please login to write comment.