Color Hex Logo

#db705a Color Hex

#DB705A
(219,112,90)
0 Favorites   0 Comments

Color spaces of #db705a

RGB 21911290
HSL0.030.640.61
HSV10°59°86°
CMYK 0.000.490.59   0.14
XYZ36.853127.386613.0166
Yxy27.38660.47700.3545
Hunter Lab52.332234.120921.8853
CIE-Lab59.330539.898531.3560

#db705a color RGB value is (219,112,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 01011010
Octal 333 160 132
Decimal 219 112 90
Hex DB 70 5A

RGB Percentages of Color #db705a

%52.02
%26.60
%21.38

CMYK Percentages of Color #db705a

%0
%49
%59
%14

Triadic Colors of #db705a

#db705a #5adb70 #705adb

Analogous Colors of #db705a

#db705a #dbb15a #db5a85

Monochromatic Colors of #db705a

#db705a

Complementary Color

#db705a #5ac5db

#db705a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db705a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db705a Color CSS Codes

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

#db705a Text Font Color

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

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


#db705a Background Color

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

This div background color is #db705a


#db705a Border Color

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

This div border color is #db705a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db705a


Comments

No comments written yet.

Please login to write comment.