Color Hex Logo

#db323e Color Hex

#DB323E
(219,50,62)
0 Favorites   0 Comments

Color spaces of #db323e

RGB 2195062
HSL0.990.700.53
HSV356°77°86°
CMYK 0.000.770.72   0.14
XYZ31.223517.68916.3261
Yxy17.68910.56520.3202
Hunter Lab42.058458.913420.5229
CIE-Lab49.116864.322934.8084

#db323e color RGB value is (219,50,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 00111110
Octal 333 62 76
Decimal 219 50 62
Hex DB 32 3E

RGB Percentages of Color #db323e

%66.16
%15.11
%18.73

CMYK Percentages of Color #db323e

%0
%77
%72
%14

Triadic Colors of #db323e

#db323e #3edb32 #323edb

Analogous Colors of #db323e

#db323e #db7b32 #db3293

Monochromatic Colors of #db323e

#db323e

Complementary Color

#db323e #32dbcf

#db323e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db323e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db323e Color CSS Codes

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

#db323e Text Font Color

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

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


#db323e Background Color

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

This div background color is #db323e


#db323e Border Color

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

This div border color is #db323e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db323e


Comments

No comments written yet.

Please login to write comment.