Color Hex Logo

#dd5cdb Color Hex

#DD5CDB
(221,92,219)
0 Favorites   0 Comments

Color spaces of #dd5cdb

RGB 22192219
HSL0.840.650.61
HSV301°58°87°
CMYK 0.000.580.01   0.13
XYZ46.432128.140970.0023
Yxy28.14090.32120.1946
Hunter Lab53.048063.4043-41.1057
CIE-Lab60.015866.1344-41.5541

#dd5cdb color RGB value is (221,92,219).

#dd5cdb hex color red value is 221, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dd5cdb hue: 0.84 , saturation: 0.65 and the lightness value of dd5cdb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011100 11011011
Octal 335 134 333
Decimal 221 92 219
Hex DD 5C DB

RGB Percentages of Color #dd5cdb

%41.54
%17.29
%41.17

CMYK Percentages of Color #dd5cdb

%0
%58
%1
%13

Triadic Colors of #dd5cdb

#dd5cdb #dbdd5c #5cdbdd

Analogous Colors of #dd5cdb

#dd5cdb #dd5c9b #9f5cdd

Monochromatic Colors of #dd5cdb

#dd5cdb

Complementary Color

#dd5cdb #5cdd5e

#dd5cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5cdb Color CSS Codes

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

#dd5cdb Text Font Color

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

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


#dd5cdb Background Color

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

This div background color is #dd5cdb


#dd5cdb Border Color

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

This div border color is #dd5cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5cdb


Comments

No comments written yet.

Please login to write comment.