Color Hex Logo

#db729f Color Hex

#DB729F
(219,114,159)
0 Favorites   0 Comments

Color spaces of #db729f

RGB 219114159
HSL0.930.590.65
HSV334°48°86°
CMYK 0.000.480.27   0.14
XYZ41.488729.597936.3272
Yxy29.59790.38630.2756
Hunter Lab54.404040.9180-1.5070
CIE-Lab61.305746.0720-5.4284

#db729f color RGB value is (219,114,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 10011111
Octal 333 162 237
Decimal 219 114 159
Hex DB 72 9F

RGB Percentages of Color #db729f

%44.51
%23.17
%32.32

CMYK Percentages of Color #db729f

%0
%48
%27
%14

Triadic Colors of #db729f

#db729f #9fdb72 #729fdb

Analogous Colors of #db729f

#db729f #db7a72 #db72d4

Monochromatic Colors of #db729f

#db729f

Complementary Color

#db729f #72dbae

#db729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db729f Color CSS Codes

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

#db729f Text Font Color

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

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


#db729f Background Color

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

This div background color is #db729f


#db729f Border Color

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

This div border color is #db729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db729f


Comments

No comments written yet.

Please login to write comment.