Color Hex Logo

#dd5dcb Color Hex

#DD5DCB
(221,93,203)
0 Favorites   0 Comments

Color spaces of #dd5dcb

RGB 22193203
HSL0.860.650.62
HSV308°58°87°
CMYK 0.000.580.08   0.13
XYZ44.512627.512759.4643
Yxy27.51270.33850.2092
Hunter Lab52.452559.6878-30.4990
CIE-Lab59.445963.0879-33.3999

#dd5dcb color RGB value is (221,93,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011101 11001011
Octal 335 135 313
Decimal 221 93 203
Hex DD 5D CB

RGB Percentages of Color #dd5dcb

%42.75
%17.99
%39.26

CMYK Percentages of Color #dd5dcb

%0
%58
%8
%13

Triadic Colors of #dd5dcb

#dd5dcb #cbdd5d #5dcbdd

Analogous Colors of #dd5dcb

#dd5dcb #dd5d8b #af5ddd

Monochromatic Colors of #dd5dcb

#dd5dcb

Complementary Color

#dd5dcb #5ddd6f

#dd5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5dcb Color CSS Codes

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

#dd5dcb Text Font Color

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

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


#dd5dcb Background Color

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

This div background color is #dd5dcb


#dd5dcb Border Color

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

This div border color is #dd5dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5dcb


Comments

No comments written yet.

Please login to write comment.