Color Hex Logo

#db8754 Color Hex

#DB8754
(219,135,84)
0 Favorites   0 Comments

Color spaces of #db8754

RGB 21913584
HSL0.060.650.59
HSV23°62°86°
CMYK 0.000.380.62   0.14
XYZ39.477633.028112.6819
Yxy33.02810.46340.3877
Hunter Lab57.470122.043427.1456
CIE-Lab64.183727.436940.5754

#db8754 color RGB value is (219,135,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 01010100
Octal 333 207 124
Decimal 219 135 84
Hex DB 87 54

RGB Percentages of Color #db8754

%50.00
%30.82
%19.18

CMYK Percentages of Color #db8754

%0
%38
%62
%14

Triadic Colors of #db8754

#db8754 #54db87 #8754db

Analogous Colors of #db8754

#db8754 #dbcb54 #db5465

Monochromatic Colors of #db8754

#db8754

Complementary Color

#db8754 #54a8db

#db8754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8754 Color CSS Codes

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

#db8754 Text Font Color

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

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


#db8754 Background Color

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

This div background color is #db8754


#db8754 Border Color

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

This div border color is #db8754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8754


Comments

No comments written yet.

Please login to write comment.