Color Hex Logo

#db495d Color Hex

#DB495D
(219,73,93)
0 Favorites   0 Comments

Color spaces of #db495d

RGB 2197393
HSL0.980.670.57
HSV352°67°86°
CMYK 0.000.670.58   0.14
XYZ33.571720.615512.5657
Yxy20.61550.50290.3088
Hunter Lab45.404352.524515.3744
CIE-Lab52.526158.068320.7754

#db495d color RGB value is (219,73,93).

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

The process color (four color CMYK) of #db495d color hex is 0.00, 0.67, 0.58, 0.14. Web safe color of #db495d is #cc3366. Color #db495d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 01011101
Octal 333 111 135
Decimal 219 73 93
Hex DB 49 5D

RGB Percentages of Color #db495d

%56.88
%18.96
%24.16

CMYK Percentages of Color #db495d

%0
%67
%58
%14

Triadic Colors of #db495d

#db495d #5ddb49 #495ddb

Analogous Colors of #db495d

#db495d #db7e49 #db49a6

Monochromatic Colors of #db495d

#db495d

Complementary Color

#db495d #49dbc7

#db495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db495d Color CSS Codes

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

#db495d Text Font Color

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

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


#db495d Background Color

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

This div background color is #db495d


#db495d Border Color

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

This div border color is #db495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db495d

#db495d Color Palettes


Comments

No comments written yet.

Please login to write comment.