Color Hex Logo

#db5048 Color Hex

#DB5048
(219,80,72)
0 Favorites   0 Comments

Color spaces of #db5048

RGB 2198072
HSL0.010.670.57
HSV67°86°
CMYK 0.000.630.67   0.14
XYZ33.251821.26538.4829
Yxy21.26530.52780.3375
Hunter Lab46.114348.011521.3734
CIE-Lab53.238653.870833.9572

#db5048 color RGB value is (219,80,72).

#db5048 hex color red value is 219, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #db5048 hue: 0.01 , saturation: 0.67 and the lightness value of db5048 is 0.57.

The process color (four color CMYK) of #db5048 color hex is 0.00, 0.63, 0.67, 0.14. Web safe color of #db5048 is #cc6633. Color #db5048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01001000
Octal 333 120 110
Decimal 219 80 72
Hex DB 50 48

RGB Percentages of Color #db5048

%59.03
%21.56
%19.41

CMYK Percentages of Color #db5048

%0
%63
%67
%14

Triadic Colors of #db5048

#db5048 #48db50 #5048db

Analogous Colors of #db5048

#db5048 #db9a48 #db488a

Monochromatic Colors of #db5048

#db5048

Complementary Color

#db5048 #48d3db

#db5048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5048 Color CSS Codes

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

#db5048 Text Font Color

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

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


#db5048 Background Color

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

This div background color is #db5048


#db5048 Border Color

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

This div border color is #db5048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5048


Comments

No comments written yet.

Please login to write comment.