Color Hex Logo

#db5043 Color Hex

#DB5043
(219,80,67)
0 Favorites   0 Comments

Color spaces of #db5043

RGB 2198067
HSL0.010.680.56
HSV69°86°
CMYK 0.000.630.69   0.14
XYZ33.095221.20267.6584
Yxy21.20260.53420.3422
Hunter Lab46.046347.713722.3713
CIE-Lab53.170553.610536.7021

#db5043 color RGB value is (219,80,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01000011
Octal 333 120 103
Decimal 219 80 67
Hex DB 50 43

RGB Percentages of Color #db5043

%59.84
%21.86
%18.31

CMYK Percentages of Color #db5043

%0
%63
%69
%14

Triadic Colors of #db5043

#db5043 #43db50 #5043db

Analogous Colors of #db5043

#db5043 #db9c43 #db4382

Monochromatic Colors of #db5043

#db5043

Complementary Color

#db5043 #43cedb

#db5043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5043 Color CSS Codes

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

#db5043 Text Font Color

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

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


#db5043 Background Color

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

This div background color is #db5043


#db5043 Border Color

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

This div border color is #db5043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5043


Comments

No comments written yet.

Please login to write comment.