Color Hex Logo

#dd5dae Color Hex

#DD5DAE
(221,93,174)
0 Favorites   0 Comments

Color spaces of #dd5dae

RGB 22193174
HSL0.890.650.62
HSV322°58°87°
CMYK 0.000.580.21   0.13
XYZ41.373126.256842.9319
Yxy26.25680.37420.2375
Hunter Lab51.241454.4513-13.8063
CIE-Lab58.280058.7613-18.5882

#dd5dae color RGB value is (221,93,174).

#dd5dae hex color red value is 221, green value is 93 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd5dae hue: 0.89 , saturation: 0.65 and the lightness value of dd5dae is 0.62.

The process color (four color CMYK) of #dd5dae color hex is 0.00, 0.58, 0.21, 0.13. Web safe color of #dd5dae is #cc6699. Color #dd5dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011101 10101110
Octal 335 135 256
Decimal 221 93 174
Hex DD 5D AE

RGB Percentages of Color #dd5dae

%45.29
%19.06
%35.66

CMYK Percentages of Color #dd5dae

%0
%58
%21
%13

Triadic Colors of #dd5dae

#dd5dae #aedd5d #5daedd

Analogous Colors of #dd5dae

#dd5dae #dd5d6e #cc5ddd

Monochromatic Colors of #dd5dae

#dd5dae

Complementary Color

#dd5dae #5ddd8c

#dd5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5dae Color CSS Codes

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

#dd5dae Text Font Color

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

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


#dd5dae Background Color

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

This div background color is #dd5dae


#dd5dae Border Color

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

This div border color is #dd5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5dae


Comments

No comments written yet.

Please login to write comment.