Color Hex Logo

#db753a Color Hex

#DB753A
(219,117,58)
0 Favorites   0 Comments

Color spaces of #db753a

RGB 21911758
HSL0.060.690.54
HSV22°74°86°
CMYK 0.000.470.74   0.14
XYZ36.338428.08817.5093
Yxy28.08810.50520.3905
Hunter Lab52.998229.642328.6980
CIE-Lab59.968235.444148.9616

#db753a color RGB value is (219,117,58).

#db753a hex color red value is 219, green value is 117 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #db753a hue: 0.06 , saturation: 0.69 and the lightness value of db753a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 00111010
Octal 333 165 72
Decimal 219 117 58
Hex DB 75 3A

RGB Percentages of Color #db753a

%55.58
%29.70
%14.72

CMYK Percentages of Color #db753a

%0
%47
%74
%14

Triadic Colors of #db753a

#db753a #3adb75 #753adb

Analogous Colors of #db753a

#db753a #dbc63a #db3a4f

Monochromatic Colors of #db753a

#db753a

Complementary Color

#db753a #3aa0db

#db753a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db753a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db753a Color CSS Codes

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

#db753a Text Font Color

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

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


#db753a Background Color

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

This div background color is #db753a


#db753a Border Color

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

This div border color is #db753a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db753a


Comments

No comments written yet.

Please login to write comment.