Color Hex Logo

#db5957 Color Hex

#DB5957
(219,89,87)
0 Favorites   0 Comments

Color spaces of #db5957

RGB 2198987
HSL0.000.650.60
HSV60°86°
CMYK 0.000.590.60   0.14
XYZ34.506122.892911.6169
Yxy22.89290.50000.3317
Hunter Lab47.846544.999719.0972
CIE-Lab54.961850.818527.4901

#db5957 color RGB value is (219,89,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 01010111
Octal 333 131 127
Decimal 219 89 87
Hex DB 59 57

RGB Percentages of Color #db5957

%55.44
%22.53
%22.03

CMYK Percentages of Color #db5957

%0
%59
%60
%14

Triadic Colors of #db5957

#db5957 #57db59 #5957db

Analogous Colors of #db5957

#db5957 #db9b57 #db5797

Monochromatic Colors of #db5957

#db5957

Complementary Color

#db5957 #57d9db

#db5957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5957 Color CSS Codes

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

#db5957 Text Font Color

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

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


#db5957 Background Color

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

This div background color is #db5957


#db5957 Border Color

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

This div border color is #db5957


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,89,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 #db5957">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5957


Comments

No comments written yet.

Please login to write comment.