Color Hex Logo

#db5cdd Color Hex

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

Color spaces of #db5cdd

RGB 21992221
HSL0.830.650.61
HSV299°58°87°
CMYK 0.010.580.00   0.13
XYZ46.091727.934871.3693
Yxy27.93480.31700.1921
Hunter Lab52.853463.1706-43.0635
CIE-Lab59.829865.9715-42.9912

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

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

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

Base Numbers

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

RGB Percentages of Color #db5cdd

%41.17
%17.29
%41.54

CMYK Percentages of Color #db5cdd

%1
%58
%0
%13

Triadic Colors of #db5cdd

#db5cdd #dddb5c #5cdddb

Analogous Colors of #db5cdd

#db5cdd #dd5c9f #9b5cdd

Monochromatic Colors of #db5cdd

#db5cdd

Complementary Color

#db5cdd #5edd5c

#db5cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5cdd Color CSS Codes

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

#db5cdd Text Font Color

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

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


#db5cdd Background Color

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

This div background color is #db5cdd


#db5cdd Border Color

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

This div border color is #db5cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5cdd


Comments

No comments written yet.

Please login to write comment.