Color Hex Logo

#db716d Color Hex

#DB716D
(219,113,109)
0 Favorites   0 Comments

Color spaces of #db716d

RGB 219113109
HSL0.010.600.64
HSV50°86°
CMYK 0.000.480.50   0.14
XYZ37.878927.974517.8712
Yxy27.97450.45240.3341
Hunter Lab52.890935.277216.9903
CIE-Lab59.865740.943421.2995

#db716d color RGB value is (219,113,109).

#db716d hex color red value is 219, green value is 113 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #db716d hue: 0.01 , saturation: 0.60 and the lightness value of db716d is 0.64.

The process color (four color CMYK) of #db716d color hex is 0.00, 0.48, 0.50, 0.14. Web safe color of #db716d is #cc6666. Color #db716d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 01101101
Octal 333 161 155
Decimal 219 113 109
Hex DB 71 6D

RGB Percentages of Color #db716d

%49.66
%25.62
%24.72

CMYK Percentages of Color #db716d

%0
%48
%50
%14

Triadic Colors of #db716d

#db716d #6ddb71 #716ddb

Analogous Colors of #db716d

#db716d #dba86d #db6da0

Monochromatic Colors of #db716d

#db716d

Complementary Color

#db716d #6dd7db

#db716d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db716d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db716d Color CSS Codes

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

#db716d Text Font Color

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

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


#db716d Background Color

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

This div background color is #db716d


#db716d Border Color

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

This div border color is #db716d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db716d


Comments

No comments written yet.

Please login to write comment.