Color Hex Logo

#db453e Color Hex

#DB453E
(219,69,62)
0 Favorites   0 Comments

Color spaces of #db453e

RGB 2196962
HSL0.010.690.55
HSV72°86°
CMYK 0.000.680.72   0.14
XYZ32.211019.66416.6553
Yxy19.66410.55030.3360
Hunter Lab44.344252.057422.1426
CIE-Lab51.455357.842737.5192

#db453e color RGB value is (219,69,62).

#db453e hex color red value is 219, green value is 69 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db453e hue: 0.01 , saturation: 0.69 and the lightness value of db453e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000101 00111110
Octal 333 105 76
Decimal 219 69 62
Hex DB 45 3E

RGB Percentages of Color #db453e

%62.57
%19.71
%17.71

CMYK Percentages of Color #db453e

%0
%68
%72
%14

Triadic Colors of #db453e

#db453e #3edb45 #453edb

Analogous Colors of #db453e

#db453e #db943e #db3e86

Monochromatic Colors of #db453e

#db453e

Complementary Color

#db453e #3ed4db

#db453e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db453e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db453e Color CSS Codes

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

#db453e Text Font Color

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

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


#db453e Background Color

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

This div background color is #db453e


#db453e Border Color

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

This div border color is #db453e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db453e


Comments

No comments written yet.

Please login to write comment.