Color Hex Logo

#db535e Color Hex

#DB535E
(219,83,94)
0 Favorites   0 Comments

Color spaces of #db535e

RGB 2198394
HSL0.990.650.59
HSV355°62°86°
CMYK 0.000.620.57   0.14
XYZ34.327122.054713.0374
Yxy22.05470.49450.3177
Hunter Lab46.962448.290016.4140
CIE-Lab54.085053.980222.2596

#db535e color RGB value is (219,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010011 01011110
Octal 333 123 136
Decimal 219 83 94
Hex DB 53 5E

RGB Percentages of Color #db535e

%55.30
%20.96
%23.74

CMYK Percentages of Color #db535e

%0
%62
%57
%14

Triadic Colors of #db535e

#db535e #5edb53 #535edb

Analogous Colors of #db535e

#db535e #db8c53 #db53a2

Monochromatic Colors of #db535e

#db535e

Complementary Color

#db535e #53dbd0

#db535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db535e Color CSS Codes

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

#db535e Text Font Color

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

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


#db535e Background Color

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

This div background color is #db535e


#db535e Border Color

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

This div border color is #db535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db535e


Comments

No comments written yet.

Please login to write comment.