Color Hex Logo

#dd5dbd Color Hex

#DD5DBD
(221,93,189)
0 Favorites   0 Comments

Color spaces of #dd5dbd

RGB 22193189
HSL0.880.650.62
HSV315°58°87°
CMYK 0.000.580.14   0.13
XYZ42.918526.875051.0694
Yxy26.87500.35510.2224
Hunter Lab51.841157.0556-22.1186
CIE-Lab58.858460.9285-26.3263

#dd5dbd color RGB value is (221,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011101 10111101
Octal 335 135 275
Decimal 221 93 189
Hex DD 5D BD

RGB Percentages of Color #dd5dbd

%43.94
%18.49
%37.57

CMYK Percentages of Color #dd5dbd

%0
%58
%14
%13

Triadic Colors of #dd5dbd

#dd5dbd #bddd5d #5dbddd

Analogous Colors of #dd5dbd

#dd5dbd #dd5d7d #bd5ddd

Monochromatic Colors of #dd5dbd

#dd5dbd

Complementary Color

#dd5dbd #5ddd7d

#dd5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5dbd Color CSS Codes

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

#dd5dbd Text Font Color

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

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


#dd5dbd Background Color

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

This div background color is #dd5dbd


#dd5dbd Border Color

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

This div border color is #dd5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5dbd

#dd5dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.