Color Hex Logo

#db7dcd Color Hex

#DB7DCD
(219,125,205)
0 Favorites   0 Comments

Color spaces of #db7dcd

RGB 219125205
HSL0.860.570.67
HSV309°43°86°
CMYK 0.000.430.06   0.14
XYZ47.566534.135161.8393
Yxy34.13510.33140.2378
Hunter Lab58.425343.0803-21.8569
CIE-Lab65.069747.5317-25.8518

#db7dcd color RGB value is (219,125,205).

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

The process color (four color CMYK) of #db7dcd color hex is 0.00, 0.43, 0.06, 0.14. Web safe color of #db7dcd is #cc66cc. Color #db7dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111101 11001101
Octal 333 175 315
Decimal 219 125 205
Hex DB 7D CD

RGB Percentages of Color #db7dcd

%39.89
%22.77
%37.34

CMYK Percentages of Color #db7dcd

%0
%43
%6
%14

Triadic Colors of #db7dcd

#db7dcd #cddb7d #7dcddb

Analogous Colors of #db7dcd

#db7dcd #db7d9e #ba7ddb

Monochromatic Colors of #db7dcd

#db7dcd

Complementary Color

#db7dcd #7ddb8b

#db7dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7dcd Color CSS Codes

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

#db7dcd Text Font Color

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

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


#db7dcd Background Color

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

This div background color is #db7dcd


#db7dcd Border Color

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

This div border color is #db7dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7dcd


Comments

No comments written yet.

Please login to write comment.