Color Hex Logo

#dd8dae Color Hex

#DD8DAE
(221,141,174)
0 Favorites   0 Comments

Color spaces of #dd8dae

RGB 221141174
HSL0.930.540.71
HSV335°36°87°
CMYK 0.000.360.21   0.13
XYZ46.983737.477944.8020
Yxy37.47790.36350.2899
Hunter Lab61.219229.8592-0.5367
CIE-Lab67.634034.8504-4.5598

#dd8dae color RGB value is (221,141,174).

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

The process color (four color CMYK) of #dd8dae color hex is 0.00, 0.36, 0.21, 0.13. Web safe color of #dd8dae is #cc9999. Color #dd8dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001101 10101110
Octal 335 215 256
Decimal 221 141 174
Hex DD 8D AE

RGB Percentages of Color #dd8dae

%41.23
%26.31
%32.46

CMYK Percentages of Color #dd8dae

%0
%36
%21
%13

Triadic Colors of #dd8dae

#dd8dae #aedd8d #8daedd

Analogous Colors of #dd8dae

#dd8dae #dd948d #dd8dd6

Monochromatic Colors of #dd8dae

#dd8dae

Complementary Color

#dd8dae #8dddbc

#dd8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8dae Color CSS Codes

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

#dd8dae Text Font Color

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

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


#dd8dae Background Color

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

This div background color is #dd8dae


#dd8dae Border Color

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

This div border color is #dd8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8dae


Comments

No comments written yet.

Please login to write comment.