Color Hex Logo

#db752a Color Hex

#DB752A
(219,117,42)
0 Favorites   0 Comments

Color spaces of #db752a

RGB 21911742
HSL0.070.710.51
HSV25°81°86°
CMYK 0.000.470.81   0.14
XYZ35.992627.94985.6883
Yxy27.94980.51690.4014
Hunter Lab52.867629.005830.6280
CIE-Lab59.843434.827655.9984

#db752a color RGB value is (219,117,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 00101010
Octal 333 165 52
Decimal 219 117 42
Hex DB 75 2A

RGB Percentages of Color #db752a

%57.94
%30.95
%11.11

CMYK Percentages of Color #db752a

%0
%47
%81
%14

Triadic Colors of #db752a

#db752a #2adb75 #752adb

Analogous Colors of #db752a

#db752a #dbce2a #db2a38

Monochromatic Colors of #db752a

#db752a

Complementary Color

#db752a #2a90db

#db752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db752a Color CSS Codes

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

#db752a Text Font Color

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

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


#db752a Background Color

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

This div background color is #db752a


#db752a Border Color

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

This div border color is #db752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db752a


Comments

No comments written yet.

Please login to write comment.