Color Hex Logo

#db8ecd Color Hex

#DB8ECD
(219,142,205)
0 Favorites   0 Comments

Color spaces of #db8ecd

RGB 219142205
HSL0.860.520.71
HSV311°35°86°
CMYK 0.000.350.06   0.14
XYZ49.905938.813862.6191
Yxy38.81380.32980.2565
Hunter Lab62.300733.9609-15.9825
CIE-Lab68.616238.6491-20.4305

#db8ecd color RGB value is (219,142,205).

#db8ecd hex color red value is 219, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #db8ecd hue: 0.86 , saturation: 0.52 and the lightness value of db8ecd is 0.71.

The process color (four color CMYK) of #db8ecd color hex is 0.00, 0.35, 0.06, 0.14. Web safe color of #db8ecd is #cc99cc. Color #db8ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11001101
Octal 333 216 315
Decimal 219 142 205
Hex DB 8E CD

RGB Percentages of Color #db8ecd

%38.69
%25.09
%36.22

CMYK Percentages of Color #db8ecd

%0
%35
%6
%14

Triadic Colors of #db8ecd

#db8ecd #cddb8e #8ecddb

Analogous Colors of #db8ecd

#db8ecd #db8ea7 #c38edb

Monochromatic Colors of #db8ecd

#db8ecd

Complementary Color

#db8ecd #8edb9c

#db8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8ecd Color CSS Codes

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

#db8ecd Text Font Color

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

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


#db8ecd Background Color

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

This div background color is #db8ecd


#db8ecd Border Color

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

This div border color is #db8ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8ecd


Comments

No comments written yet.

Please login to write comment.