Color Hex Logo

#db322e Color Hex

#DB322E
(219,50,46)
0 Favorites   0 Comments

Color spaces of #db322e

RGB 2195046
HSL0.000.710.52
HSV79°86°
CMYK 0.000.770.79   0.14
XYZ30.847217.53854.3442
Yxy17.53850.58500.3326
Hunter Lab41.879058.191223.1650
CIE-Lab48.931563.730243.6101

#db322e color RGB value is (219,50,46).

#db322e hex color red value is 219, green value is 50 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db322e hue: 0.00 , saturation: 0.71 and the lightness value of db322e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 00101110
Octal 333 62 56
Decimal 219 50 46
Hex DB 32 2E

RGB Percentages of Color #db322e

%69.52
%15.87
%14.60

CMYK Percentages of Color #db322e

%0
%77
%79
%14

Triadic Colors of #db322e

#db322e #2edb32 #322edb

Analogous Colors of #db322e

#db322e #db892e #db2e81

Monochromatic Colors of #db322e

#db322e

Complementary Color

#db322e #2ed7db

#db322e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db322e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db322e Color CSS Codes

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

#db322e Text Font Color

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

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


#db322e Background Color

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

This div background color is #db322e


#db322e Border Color

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

This div border color is #db322e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db322e


Comments

No comments written yet.

Please login to write comment.