Color Hex Logo

#db545d Color Hex

#DB545D
(219,84,93)
0 Favorites   0 Comments

Color spaces of #db545d

RGB 2198493
HSL0.990.650.59
HSV356°62°86°
CMYK 0.000.620.58   0.14
XYZ34.359522.191012.8283
Yxy22.19100.49520.3199
Hunter Lab47.107347.757916.8292
CIE-Lab54.229153.471223.0379

#db545d color RGB value is (219,84,93).

#db545d hex color red value is 219, green value is 84 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #db545d hue: 0.99 , saturation: 0.65 and the lightness value of db545d is 0.59.

The process color (four color CMYK) of #db545d color hex is 0.00, 0.62, 0.58, 0.14. Web safe color of #db545d is #cc6666. Color #db545d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 01011101
Octal 333 124 135
Decimal 219 84 93
Hex DB 54 5D

RGB Percentages of Color #db545d

%55.30
%21.21
%23.48

CMYK Percentages of Color #db545d

%0
%62
%58
%14

Triadic Colors of #db545d

#db545d #5ddb54 #545ddb

Analogous Colors of #db545d

#db545d #db8f54 #db54a1

Monochromatic Colors of #db545d

#db545d

Complementary Color

#db545d #54dbd2

#db545d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db545d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db545d Color CSS Codes

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

#db545d Text Font Color

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

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


#db545d Background Color

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

This div background color is #db545d


#db545d Border Color

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

This div border color is #db545d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db545d


Comments

No comments written yet.

Please login to write comment.