Color Hex Logo

#db7256 Color Hex

#DB7256
(219,114,86)
0 Favorites   0 Comments

Color spaces of #db7256

RGB 21911486
HSL0.040.650.60
HSV13°61°86°
CMYK 0.000.480.61   0.14
XYZ36.910427.766612.2182
Yxy27.76660.48000.3611
Hunter Lab52.694032.818723.1382
CIE-Lab59.677338.592434.0110

#db7256 color RGB value is (219,114,86).

#db7256 hex color red value is 219, green value is 114 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #db7256 hue: 0.04 , saturation: 0.65 and the lightness value of db7256 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 01010110
Octal 333 162 126
Decimal 219 114 86
Hex DB 72 56

RGB Percentages of Color #db7256

%52.27
%27.21
%20.53

CMYK Percentages of Color #db7256

%0
%48
%61
%14

Triadic Colors of #db7256

#db7256 #56db72 #7256db

Analogous Colors of #db7256

#db7256 #dbb556 #db567d

Monochromatic Colors of #db7256

#db7256

Complementary Color

#db7256 #56bfdb

#db7256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7256 Color CSS Codes

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

#db7256 Text Font Color

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

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


#db7256 Background Color

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

This div background color is #db7256


#db7256 Border Color

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

This div border color is #db7256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7256


Comments

No comments written yet.

Please login to write comment.