Color Hex Logo

#db752f Color Hex

#DB752F
(219,117,47)
0 Favorites   0 Comments

Color spaces of #db752f

RGB 21911747
HSL0.070.700.52
HSV24°79°86°
CMYK 0.000.470.79   0.14
XYZ36.087827.98796.1895
Yxy27.98790.51360.3983
Hunter Lab52.903629.181230.0958
CIE-Lab59.877834.997853.9234

#db752f color RGB value is (219,117,47).

#db752f hex color red value is 219, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #db752f hue: 0.07 , saturation: 0.70 and the lightness value of db752f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 00101111
Octal 333 165 57
Decimal 219 117 47
Hex DB 75 2F

RGB Percentages of Color #db752f

%57.18
%30.55
%12.27

CMYK Percentages of Color #db752f

%0
%47
%79
%14

Triadic Colors of #db752f

#db752f #2fdb75 #752fdb

Analogous Colors of #db752f

#db752f #dbcb2f #db2f3f

Monochromatic Colors of #db752f

#db752f

Complementary Color

#db752f #2f95db

#db752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db752f Color CSS Codes

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

#db752f Text Font Color

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

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


#db752f Background Color

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

This div background color is #db752f


#db752f Border Color

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

This div border color is #db752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db752f


Comments

No comments written yet.

Please login to write comment.