Color Hex Logo

#db645e Color Hex

#DB645E
(219,100,94)
0 Favorites   0 Comments

Color spaces of #db645e

RGB 21910094
HSL0.010.630.61
HSV57°86°
CMYK 0.000.540.57   0.14
XYZ35.791024.982613.5254
Yxy24.98260.48170.3362
Hunter Lab49.982640.348818.9438
CIE-Lab57.058546.154926.1714

#db645e color RGB value is (219,100,94).

#db645e hex color red value is 219, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db645e hue: 0.01 , saturation: 0.63 and the lightness value of db645e is 0.61.

The process color (four color CMYK) of #db645e color hex is 0.00, 0.54, 0.57, 0.14. Web safe color of #db645e is #cc6666. Color #db645e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 01011110
Octal 333 144 136
Decimal 219 100 94
Hex DB 64 5E

RGB Percentages of Color #db645e

%53.03
%24.21
%22.76

CMYK Percentages of Color #db645e

%0
%54
%57
%14

Triadic Colors of #db645e

#db645e #5edb64 #645edb

Analogous Colors of #db645e

#db645e #dba35e #db5e97

Monochromatic Colors of #db645e

#db645e

Complementary Color

#db645e #5ed5db

#db645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db645e Color CSS Codes

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

#db645e Text Font Color

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

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


#db645e Background Color

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

This div background color is #db645e


#db645e Border Color

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

This div border color is #db645e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db645e


Comments

No comments written yet.

Please login to write comment.