Color Hex Logo

#db754b Color Hex

#DB754B
(219,117,75)
0 Favorites   0 Comments

Color spaces of #db754b

RGB 21911775
HSL0.050.670.58
HSV18°66°86°
CMYK 0.000.470.66   0.14
XYZ36.844728.290610.1753
Yxy28.29060.48920.3757
Hunter Lab53.188930.568925.8898
CIE-Lab60.150436.336740.5342

#db754b color RGB value is (219,117,75).

#db754b hex color red value is 219, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #db754b hue: 0.05 , saturation: 0.67 and the lightness value of db754b is 0.58.

The process color (four color CMYK) of #db754b color hex is 0.00, 0.47, 0.66, 0.14. Web safe color of #db754b is #cc6633. Color #db754b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 01001011
Octal 333 165 113
Decimal 219 117 75
Hex DB 75 4B

RGB Percentages of Color #db754b

%53.28
%28.47
%18.25

CMYK Percentages of Color #db754b

%0
%47
%66
%14

Triadic Colors of #db754b

#db754b #4bdb75 #754bdb

Analogous Colors of #db754b

#db754b #dbbd4b #db4b69

Monochromatic Colors of #db754b

#db754b

Complementary Color

#db754b #4bb1db

#db754b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db754b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db754b Color CSS Codes

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

#db754b Text Font Color

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

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


#db754b Background Color

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

This div background color is #db754b


#db754b Border Color

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

This div border color is #db754b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db754b


Comments

No comments written yet.

Please login to write comment.