Color Hex Logo

#db482d Color Hex

#DB482D
(219,72,45)
0 Favorites   0 Comments

Color spaces of #db482d

RGB 2197245
HSL0.030.710.52
HSV79°86°
CMYK 0.000.670.79   0.14
XYZ32.004419.88434.6338
Yxy19.88430.56620.3518
Hunter Lab44.591850.077225.0531
CIE-Lab51.706156.014646.9079

#db482d color RGB value is (219,72,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 00101101
Octal 333 110 55
Decimal 219 72 45
Hex DB 48 2D

RGB Percentages of Color #db482d

%65.18
%21.43
%13.39

CMYK Percentages of Color #db482d

%0
%67
%79
%14

Triadic Colors of #db482d

#db482d #2ddb48 #482ddb

Analogous Colors of #db482d

#db482d #db9f2d #db2d69

Monochromatic Colors of #db482d

#db482d

Complementary Color

#db482d #2dc0db

#db482d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db482d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db482d Color CSS Codes

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

#db482d Text Font Color

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

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


#db482d Background Color

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

This div background color is #db482d


#db482d Border Color

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

This div border color is #db482d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,72,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 #db482d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db482d


Comments

No comments written yet.

Please login to write comment.