Color Hex Logo

#dd8cad Color Hex

#DD8CAD
(221,140,173)
0 Favorites   0 Comments

Color spaces of #dd8cad

RGB 221140173
HSL0.930.540.71
HSV336°37°87°
CMYK 0.000.370.22   0.13
XYZ46.739737.145444.2415
Yxy37.14540.36480.2899
Hunter Lab60.947030.2327-0.3757
CIE-Lab67.386035.2341-4.3646

#dd8cad color RGB value is (221,140,173).

#dd8cad hex color red value is 221, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd8cad hue: 0.93 , saturation: 0.54 and the lightness value of dd8cad is 0.71.

The process color (four color CMYK) of #dd8cad color hex is 0.00, 0.37, 0.22, 0.13. Web safe color of #dd8cad is #cc9999. Color #dd8cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001100 10101101
Octal 335 214 255
Decimal 221 140 173
Hex DD 8C AD

RGB Percentages of Color #dd8cad

%41.39
%26.22
%32.40

CMYK Percentages of Color #dd8cad

%0
%37
%22
%13

Triadic Colors of #dd8cad

#dd8cad #addd8c #8caddd

Analogous Colors of #dd8cad

#dd8cad #dd948c #dd8cd6

Monochromatic Colors of #dd8cad

#dd8cad

Complementary Color

#dd8cad #8cddbc

#dd8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8cad Color CSS Codes

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

#dd8cad Text Font Color

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

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


#dd8cad Background Color

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

This div background color is #dd8cad


#dd8cad Border Color

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

This div border color is #dd8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8cad


Comments

No comments written yet.

Please login to write comment.