Color Hex Logo

#db8773 Color Hex

#DB8773
(219,135,115)
0 Favorites   0 Comments

Color spaces of #db8773

RGB 219135115
HSL0.030.590.65
HSV12°47°86°
CMYK 0.000.380.47   0.14
XYZ40.971933.625820.5506
Yxy33.62580.43060.3534
Hunter Lab57.987824.642619.5793
CIE-Lab64.664530.013224.3534

#db8773 color RGB value is (219,135,115).

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

The process color (four color CMYK) of #db8773 color hex is 0.00, 0.38, 0.47, 0.14. Web safe color of #db8773 is #cc9966. Color #db8773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 01110011
Octal 333 207 163
Decimal 219 135 115
Hex DB 87 73

RGB Percentages of Color #db8773

%46.70
%28.78
%24.52

CMYK Percentages of Color #db8773

%0
%38
%47
%14

Triadic Colors of #db8773

#db8773 #73db87 #8773db

Analogous Colors of #db8773

#db8773 #dbbb73 #db7393

Monochromatic Colors of #db8773

#db8773

Complementary Color

#db8773 #73c7db

#db8773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8773 Color CSS Codes

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

#db8773 Text Font Color

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

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


#db8773 Background Color

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

This div background color is #db8773


#db8773 Border Color

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

This div border color is #db8773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8773


Comments

No comments written yet.

Please login to write comment.