Color Hex Logo

#db5cdf Color Hex

#DB5CDF
(219,92,223)
0 Favorites   0 Comments

Color spaces of #db5cdf

RGB 21992223
HSL0.830.670.62
HSV298°59°87°
CMYK 0.020.590.00   0.13
XYZ46.359828.042172.7813
Yxy28.04210.31500.1905
Hunter Lab52.954863.5987-44.4201
CIE-Lab59.926866.3138-43.9623

#db5cdf color RGB value is (219,92,223).

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

The process color (four color CMYK) of #db5cdf color hex is 0.02, 0.59, 0.00, 0.13. Web safe color of #db5cdf is #cc66cc. Color #db5cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011100 11011111
Octal 333 134 337
Decimal 219 92 223
Hex DB 5C DF

RGB Percentages of Color #db5cdf

%41.01
%17.23
%41.76

CMYK Percentages of Color #db5cdf

%2
%59
%0
%13

Triadic Colors of #db5cdf

#db5cdf #dfdb5c #5cdfdb

Analogous Colors of #db5cdf

#db5cdf #df5ca2 #9a5cdf

Monochromatic Colors of #db5cdf

#db5cdf

Complementary Color

#db5cdf #60df5c

#db5cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5cdf Color CSS Codes

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

#db5cdf Text Font Color

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

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


#db5cdf Background Color

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

This div background color is #db5cdf


#db5cdf Border Color

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

This div border color is #db5cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5cdf


Comments

No comments written yet.

Please login to write comment.