Color Hex Logo

#db518d Color Hex

#DB518D
(219,81,141)
0 Favorites   0 Comments

Color spaces of #db518d

RGB 21981141
HSL0.930.660.59
HSV334°63°86°
CMYK 0.000.630.36   0.14
XYZ36.963622.868027.6651
Yxy22.86800.42250.2614
Hunter Lab47.820554.2885-0.8261
CIE-Lab54.936159.2037-4.3703

#db518d color RGB value is (219,81,141).

#db518d hex color red value is 219, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #db518d hue: 0.93 , saturation: 0.66 and the lightness value of db518d is 0.59.

The process color (four color CMYK) of #db518d color hex is 0.00, 0.63, 0.36, 0.14. Web safe color of #db518d is #cc6699. Color #db518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 10001101
Octal 333 121 215
Decimal 219 81 141
Hex DB 51 8D

RGB Percentages of Color #db518d

%49.66
%18.37
%31.97

CMYK Percentages of Color #db518d

%0
%63
%36
%14

Triadic Colors of #db518d

#db518d #8ddb51 #518ddb

Analogous Colors of #db518d

#db518d #db5a51 #db51d2

Monochromatic Colors of #db518d

#db518d

Complementary Color

#db518d #51db9f

#db518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db518d Color CSS Codes

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

#db518d Text Font Color

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

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


#db518d Background Color

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

This div background color is #db518d


#db518d Border Color

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

This div border color is #db518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db518d


Comments

No comments written yet.

Please login to write comment.