Color Hex Logo

#dd5dca Color Hex

#DD5DCA
(221,93,202)
0 Favorites   0 Comments

Color spaces of #dd5dca

RGB 22193202
HSL0.860.650.62
HSV309°58°87°
CMYK 0.000.580.09   0.13
XYZ44.393827.465158.8386
Yxy27.46510.33970.2101
Hunter Lab52.407259.4938-29.8811
CIE-Lab59.402462.9298-32.8995

#dd5dca color RGB value is (221,93,202).

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

The process color (four color CMYK) of #dd5dca color hex is 0.00, 0.58, 0.09, 0.13. Web safe color of #dd5dca is #cc66cc. Color #dd5dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011101 11001010
Octal 335 135 312
Decimal 221 93 202
Hex DD 5D CA

RGB Percentages of Color #dd5dca

%42.83
%18.02
%39.15

CMYK Percentages of Color #dd5dca

%0
%58
%9
%13

Triadic Colors of #dd5dca

#dd5dca #cadd5d #5dcadd

Analogous Colors of #dd5dca

#dd5dca #dd5d8a #b05ddd

Monochromatic Colors of #dd5dca

#dd5dca

Complementary Color

#dd5dca #5ddd70

#dd5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5dca Color CSS Codes

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

#dd5dca Text Font Color

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

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


#dd5dca Background Color

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

This div background color is #dd5dca


#dd5dca Border Color

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

This div border color is #dd5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5dca


Comments

No comments written yet.

Please login to write comment.