Color Hex Logo

#db7357 Color Hex

#DB7357
(219,115,87)
0 Favorites   0 Comments

Color spaces of #db7357

RGB 21911587
HSL0.040.650.60
HSV13°60°86°
CMYK 0.000.470.60   0.14
XYZ37.064528.009712.4697
Yxy28.00970.47800.3612
Hunter Lab52.924232.391923.0774
CIE-Lab59.897538.150233.7333

#db7357 color RGB value is (219,115,87).

#db7357 hex color red value is 219, green value is 115 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #db7357 hue: 0.04 , saturation: 0.65 and the lightness value of db7357 is 0.60.

The process color (four color CMYK) of #db7357 color hex is 0.00, 0.47, 0.60, 0.14. Web safe color of #db7357 is #cc6666. Color #db7357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 01010111
Octal 333 163 127
Decimal 219 115 87
Hex DB 73 57

RGB Percentages of Color #db7357

%52.02
%27.32
%20.67

CMYK Percentages of Color #db7357

%0
%47
%60
%14

Triadic Colors of #db7357

#db7357 #57db73 #7357db

Analogous Colors of #db7357

#db7357 #dbb557 #db577d

Monochromatic Colors of #db7357

#db7357

Complementary Color

#db7357 #57bfdb

#db7357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7357 Color CSS Codes

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

#db7357 Text Font Color

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

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


#db7357 Background Color

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

This div background color is #db7357


#db7357 Border Color

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

This div border color is #db7357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7357


Comments

No comments written yet.

Please login to write comment.