Color Hex Logo

#db5ded Color Hex

#DB5DED
(219,93,237)
0 Favorites   0 Comments

Color spaces of #db5ded

RGB 21993237
HSL0.810.800.65
HSV293°61°93°
CMYK 0.080.610.00   0.07
XYZ48.413829.003283.1672
Yxy29.00320.30150.1806
Hunter Lab53.854666.2209-53.8628
CIE-Lab60.784568.3457-50.4345

#db5ded color RGB value is (219,93,237).

#db5ded hex color red value is 219, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db5ded hue: 0.81 , saturation: 0.80 and the lightness value of db5ded is 0.65.

The process color (four color CMYK) of #db5ded color hex is 0.08, 0.61, 0.00, 0.07. Web safe color of #db5ded is #cc66ff. Color #db5ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011101 11101101
Octal 333 135 355
Decimal 219 93 237
Hex DB 5D ED

RGB Percentages of Color #db5ded

%39.89
%16.94
%43.17

CMYK Percentages of Color #db5ded

%8
%61
%0
%7

Triadic Colors of #db5ded

#db5ded #eddb5d #5deddb

Analogous Colors of #db5ded

#db5ded #ed5db7 #935ded

Monochromatic Colors of #db5ded

#db5ded

Complementary Color

#db5ded #6fed5d

#db5ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5ded Color CSS Codes

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

#db5ded Text Font Color

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

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


#db5ded Background Color

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

This div background color is #db5ded


#db5ded Border Color

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

This div border color is #db5ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5ded


Comments

No comments written yet.

Please login to write comment.