Color Hex Logo

#db536f Color Hex

#DB536F
(219,83,111)
0 Favorites   0 Comments

Color spaces of #db536f

RGB 21983111
HSL0.970.650.59
HSV348°62°86°
CMYK 0.000.620.49   0.14
XYZ35.175922.394317.5075
Yxy22.39430.46850.2983
Hunter Lab47.322649.868211.1909
CIE-Lab54.442955.348512.6977

#db536f color RGB value is (219,83,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 01101111
Octal 333 123 157
Decimal 219 83 111
Hex DB 53 6F

RGB Percentages of Color #db536f

%53.03
%20.10
%26.88

CMYK Percentages of Color #db536f

%0
%62
%49
%14

Triadic Colors of #db536f

#db536f #6fdb53 #536fdb

Analogous Colors of #db536f

#db536f #db7b53 #db53b3

Monochromatic Colors of #db536f

#db536f

Complementary Color

#db536f #53dbbf

#db536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db536f Color CSS Codes

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

#db536f Text Font Color

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

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


#db536f Background Color

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

This div background color is #db536f


#db536f Border Color

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

This div border color is #db536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db536f


Comments

No comments written yet.

Please login to write comment.