Color Hex Logo

#db0ecd Color Hex

#DB0ECD
(219,14,205)
0 Favorites   0 Comments

Color spaces of #db0ecd

RGB 21914205
HSL0.840.880.46
HSV304°94°86°
CMYK 0.000.940.06   0.14
XYZ40.389919.781959.4471
Yxy19.78190.33770.1654
Hunter Lab44.476884.2633-48.1123
CIE-Lab51.589784.5729-46.9293

#db0ecd color RGB value is (219,14,205).

#db0ecd hex color red value is 219, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db0ecd hue: 0.84 , saturation: 0.88 and the lightness value of db0ecd is 0.46.

The process color (four color CMYK) of #db0ecd color hex is 0.00, 0.94, 0.06, 0.14. Web safe color of #db0ecd is #cc00cc. Color #db0ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001110 11001101
Octal 333 16 315
Decimal 219 14 205
Hex DB E CD

RGB Percentages of Color #db0ecd

%50.00
%3.20
%46.80

CMYK Percentages of Color #db0ecd

%0
%94
%6
%14

Triadic Colors of #db0ecd

#db0ecd #cddb0e #0ecddb

Analogous Colors of #db0ecd

#db0ecd #db0e67 #830edb

Monochromatic Colors of #db0ecd

#db0ecd

Complementary Color

#db0ecd #0edb1c

#db0ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0ecd Color CSS Codes

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

#db0ecd Text Font Color

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

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


#db0ecd Background Color

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

This div background color is #db0ecd


#db0ecd Border Color

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

This div border color is #db0ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0ecd


Comments

No comments written yet.

Please login to write comment.