Color Hex Logo

#db537c Color Hex

#DB537C
(219,83,124)
0 Favorites   0 Comments

Color spaces of #db537c

RGB 21983124
HSL0.950.650.59
HSV342°62°86°
CMYK 0.000.620.43   0.14
XYZ35.944822.701821.5562
Yxy22.70180.44820.2831
Hunter Lab47.646451.28056.5285
CIE-Lab54.763856.56195.4418

#db537c color RGB value is (219,83,124).

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

The process color (four color CMYK) of #db537c color hex is 0.00, 0.62, 0.43, 0.14. Web safe color of #db537c is #cc6666. Color #db537c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 01111100
Octal 333 123 174
Decimal 219 83 124
Hex DB 53 7C

RGB Percentages of Color #db537c

%51.41
%19.48
%29.11

CMYK Percentages of Color #db537c

%0
%62
%43
%14

Triadic Colors of #db537c

#db537c #7cdb53 #537cdb

Analogous Colors of #db537c

#db537c #db6e53 #db53c0

Monochromatic Colors of #db537c

#db537c

Complementary Color

#db537c #53dbb2

#db537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db537c Color CSS Codes

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

#db537c Text Font Color

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

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


#db537c Background Color

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

This div background color is #db537c


#db537c Border Color

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

This div border color is #db537c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db537c


Comments

No comments written yet.

Please login to write comment.