Color Hex Logo

#db1ded Color Hex

#DB1DED
(219,29,237)
0 Favorites   0 Comments

Color spaces of #db1ded

RGB 21929237
HSL0.820.850.52
HSV295°88°93°
CMYK 0.080.880.00   0.07
XYZ44.938822.053282.0089
Yxy22.05320.30160.1480
Hunter Lab46.960888.6327-70.6671
CIE-Lab54.083487.4375-61.1354

#db1ded color RGB value is (219,29,237).

#db1ded hex color red value is 219, green value is 29 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #db1ded hue: 0.82 , saturation: 0.85 and the lightness value of db1ded is 0.52.

The process color (four color CMYK) of #db1ded color hex is 0.08, 0.88, 0.00, 0.07. Web safe color of #db1ded is #cc33ff. Color #db1ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011101 11101101
Octal 333 35 355
Decimal 219 29 237
Hex DB 1D ED

RGB Percentages of Color #db1ded

%45.15
%5.98
%48.87

CMYK Percentages of Color #db1ded

%8
%88
%0
%7

Triadic Colors of #db1ded

#db1ded #eddb1d #1deddb

Analogous Colors of #db1ded

#db1ded #ed1d97 #731ded

Monochromatic Colors of #db1ded

#db1ded

Complementary Color

#db1ded #2fed1d

#db1ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1ded Color CSS Codes

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

#db1ded Text Font Color

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

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


#db1ded Background Color

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

This div background color is #db1ded


#db1ded Border Color

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

This div border color is #db1ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,29,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 #db1ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1ded


Comments

No comments written yet.

Please login to write comment.