Color Hex Logo

#db504a Color Hex

#DB504A
(219,80,74)
0 Favorites   0 Comments

Color spaces of #db504a

RGB 2198074
HSL0.010.670.57
HSV66°86°
CMYK 0.000.630.66   0.14
XYZ33.318121.29188.8322
Yxy21.29180.52520.3356
Hunter Lab46.143048.137620.9515
CIE-Lab53.267453.980932.8501

#db504a color RGB value is (219,80,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 01001010
Octal 333 120 112
Decimal 219 80 74
Hex DB 50 4A

RGB Percentages of Color #db504a

%58.71
%21.45
%19.84

CMYK Percentages of Color #db504a

%0
%63
%66
%14

Triadic Colors of #db504a

#db504a #4adb50 #504adb

Analogous Colors of #db504a

#db504a #db994a #db4a8d

Monochromatic Colors of #db504a

#db504a

Complementary Color

#db504a #4ad5db

#db504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db504a Color CSS Codes

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

#db504a Text Font Color

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

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


#db504a Background Color

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

This div background color is #db504a


#db504a Border Color

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

This div border color is #db504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db504a


Comments

No comments written yet.

Please login to write comment.