Color Hex Logo

#db454a Color Hex

#DB454A
(219,69,74)
0 Favorites   0 Comments

Color spaces of #db454a

RGB 2196974
HSL0.990.680.56
HSV358°68°86°
CMYK 0.000.680.66   0.14
XYZ32.577619.81078.5854
Yxy19.81070.53430.3249
Hunter Lab44.509252.758319.7200
CIE-Lab51.622558.439530.8282

#db454a color RGB value is (219,69,74).

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

The process color (four color CMYK) of #db454a color hex is 0.00, 0.68, 0.66, 0.14. Web safe color of #db454a is #cc3333. Color #db454a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 01001010
Octal 333 105 112
Decimal 219 69 74
Hex DB 45 4A

RGB Percentages of Color #db454a

%60.50
%19.06
%20.44

CMYK Percentages of Color #db454a

%0
%68
%66
%14

Triadic Colors of #db454a

#db454a #4adb45 #454adb

Analogous Colors of #db454a

#db454a #db8b45 #db4595

Monochromatic Colors of #db454a

#db454a

Complementary Color

#db454a #45dbd6

#db454a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db454a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db454a Color CSS Codes

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

#db454a Text Font Color

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

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


#db454a Background Color

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

This div background color is #db454a


#db454a Border Color

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

This div border color is #db454a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db454a


Comments

No comments written yet.

Please login to write comment.