Color Hex Logo

#db382d Color Hex

#DB382D
(219,56,45)
0 Favorites   0 Comments

Color spaces of #db382d

RGB 2195645
HSL0.010.710.52
HSV79°86°
CMYK 0.000.740.79   0.14
XYZ31.101218.07794.3328
Yxy18.07790.58120.3378
Hunter Lab42.518156.162723.7207
CIE-Lab49.590561.830444.8060

#db382d color RGB value is (219,56,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 00101101
Octal 333 70 55
Decimal 219 56 45
Hex DB 38 2D

RGB Percentages of Color #db382d

%68.44
%17.50
%14.06

CMYK Percentages of Color #db382d

%0
%74
%79
%14

Triadic Colors of #db382d

#db382d #2ddb38 #382ddb

Analogous Colors of #db382d

#db382d #db8f2d #db2d79

Monochromatic Colors of #db382d

#db382d

Complementary Color

#db382d #2dd0db

#db382d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db382d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db382d Color CSS Codes

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

#db382d Text Font Color

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

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


#db382d Background Color

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

This div background color is #db382d


#db382d Border Color

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

This div border color is #db382d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db382d


Comments

No comments written yet.

Please login to write comment.