Color Hex Logo

#db4732 Color Hex

#DB4732
(219,71,50)
0 Favorites   0 Comments

Color spaces of #db4732

RGB 2197150
HSL0.020.700.53
HSV77°86°
CMYK 0.000.680.77   0.14
XYZ32.042419.79685.1500
Yxy19.79680.56230.3474
Hunter Lab44.493650.684324.2829
CIE-Lab51.606756.580944.2343

#db4732 color RGB value is (219,71,50).

#db4732 hex color red value is 219, green value is 71 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #db4732 hue: 0.02 , saturation: 0.70 and the lightness value of db4732 is 0.53.

The process color (four color CMYK) of #db4732 color hex is 0.00, 0.68, 0.77, 0.14. Web safe color of #db4732 is #cc3333. Color #db4732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000111 00110010
Octal 333 107 62
Decimal 219 71 50
Hex DB 47 32

RGB Percentages of Color #db4732

%64.41
%20.88
%14.71

CMYK Percentages of Color #db4732

%0
%68
%77
%14

Triadic Colors of #db4732

#db4732 #32db47 #4732db

Analogous Colors of #db4732

#db4732 #db9c32 #db3272

Monochromatic Colors of #db4732

#db4732

Complementary Color

#db4732 #32c6db

#db4732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4732 Color CSS Codes

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

#db4732 Text Font Color

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

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


#db4732 Background Color

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

This div background color is #db4732


#db4732 Border Color

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

This div border color is #db4732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4732


Comments

No comments written yet.

Please login to write comment.