Color Hex Logo

#db729d Color Hex

#DB729D
(219,114,157)
0 Favorites   0 Comments

Color spaces of #db729d

RGB 219114157
HSL0.930.590.65
HSV335°48°86°
CMYK 0.000.480.28   0.14
XYZ41.316529.529035.4203
Yxy29.52900.38880.2779
Hunter Lab54.340640.6219-0.6080
CIE-Lab61.245745.8053-4.3678

#db729d color RGB value is (219,114,157).

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

The process color (four color CMYK) of #db729d color hex is 0.00, 0.48, 0.28, 0.14. Web safe color of #db729d is #cc6699. Color #db729d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 10011101
Octal 333 162 235
Decimal 219 114 157
Hex DB 72 9D

RGB Percentages of Color #db729d

%44.69
%23.27
%32.04

CMYK Percentages of Color #db729d

%0
%48
%28
%14

Triadic Colors of #db729d

#db729d #9ddb72 #729ddb

Analogous Colors of #db729d

#db729d #db7c72 #db72d2

Monochromatic Colors of #db729d

#db729d

Complementary Color

#db729d #72dbb0

#db729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db729d Color CSS Codes

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

#db729d Text Font Color

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

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


#db729d Background Color

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

This div background color is #db729d


#db729d Border Color

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

This div border color is #db729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db729d


Comments

No comments written yet.

Please login to write comment.