Color Hex Logo

#db736d Color Hex

#DB736D
(219,115,109)
0 Favorites   0 Comments

Color spaces of #db736d

RGB 219115109
HSL0.010.600.64
HSV50°86°
CMYK 0.000.470.50   0.14
XYZ38.104528.425717.9464
Yxy28.42570.45110.3365
Hunter Lab53.315834.270517.3637
CIE-Lab60.271439.923721.8456

#db736d color RGB value is (219,115,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 01101101
Octal 333 163 155
Decimal 219 115 109
Hex DB 73 6D

RGB Percentages of Color #db736d

%49.44
%25.96
%24.60

CMYK Percentages of Color #db736d

%0
%47
%50
%14

Triadic Colors of #db736d

#db736d #6ddb73 #736ddb

Analogous Colors of #db736d

#db736d #dbaa6d #db6d9e

Monochromatic Colors of #db736d

#db736d

Complementary Color

#db736d #6dd5db

#db736d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db736d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db736d Color CSS Codes

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

#db736d Text Font Color

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

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


#db736d Background Color

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

This div background color is #db736d


#db736d Border Color

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

This div border color is #db736d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db736d


Comments

No comments written yet.

Please login to write comment.