Color Hex Logo

#db685a Color Hex

#DB685A
(219,104,90)
0 Favorites   0 Comments

Color spaces of #db685a

RGB 21910490
HSL0.020.640.61
HSV59°86°
CMYK 0.000.530.59   0.14
XYZ36.009225.698912.7353
Yxy25.69890.48370.3452
Hunter Lab50.694138.078120.5911
CIE-Lab57.750143.905829.3462

#db685a color RGB value is (219,104,90).

#db685a hex color red value is 219, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #db685a hue: 0.02 , saturation: 0.64 and the lightness value of db685a is 0.61.

The process color (four color CMYK) of #db685a color hex is 0.00, 0.53, 0.59, 0.14. Web safe color of #db685a is #cc6666. Color #db685a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 01011010
Octal 333 150 132
Decimal 219 104 90
Hex DB 68 5A

RGB Percentages of Color #db685a

%53.03
%25.18
%21.79

CMYK Percentages of Color #db685a

%0
%53
%59
%14

Triadic Colors of #db685a

#db685a #5adb68 #685adb

Analogous Colors of #db685a

#db685a #dba95a #db5a8d

Monochromatic Colors of #db685a

#db685a

Complementary Color

#db685a #5acddb

#db685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db685a Color CSS Codes

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

#db685a Text Font Color

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

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


#db685a Background Color

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

This div background color is #db685a


#db685a Border Color

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

This div border color is #db685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db685a


Comments

No comments written yet.

Please login to write comment.