Color Hex Logo

#db9057 Color Hex

#DB9057
(219,144,87)
0 Favorites   0 Comments

Color spaces of #db9057

RGB 21914487
HSL0.070.650.60
HSV26°60°86°
CMYK 0.000.340.60   0.14
XYZ40.907035.694713.7506
Yxy35.69470.45270.3951
Hunter Lab59.745017.663828.1757
CIE-Lab66.286022.824341.5301

#db9057 color RGB value is (219,144,87).

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

The process color (four color CMYK) of #db9057 color hex is 0.00, 0.34, 0.60, 0.14. Web safe color of #db9057 is #cc9966. Color #db9057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 01010111
Octal 333 220 127
Decimal 219 144 87
Hex DB 90 57

RGB Percentages of Color #db9057

%48.67
%32.00
%19.33

CMYK Percentages of Color #db9057

%0
%34
%60
%14

Triadic Colors of #db9057

#db9057 #57db90 #9057db

Analogous Colors of #db9057

#db9057 #dbd257 #db5760

Monochromatic Colors of #db9057

#db9057

Complementary Color

#db9057 #57a2db

#db9057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9057 Color CSS Codes

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

#db9057 Text Font Color

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

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


#db9057 Background Color

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

This div background color is #db9057


#db9057 Border Color

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

This div border color is #db9057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9057


Comments

No comments written yet.

Please login to write comment.