Color Hex Logo

#db725e Color Hex

#DB725E
(219,114,94)
0 Favorites   0 Comments

Color spaces of #db725e

RGB 21911494
HSL0.030.630.61
HSV10°57°86°
CMYK 0.000.480.57   0.14
XYZ37.251127.902814.0121
Yxy27.90280.47050.3525
Hunter Lab52.823133.438621.2486
CIE-Lab59.800839.178929.7167

#db725e color RGB value is (219,114,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 01011110
Octal 333 162 136
Decimal 219 114 94
Hex DB 72 5E

RGB Percentages of Color #db725e

%51.29
%26.70
%22.01

CMYK Percentages of Color #db725e

%0
%48
%57
%14

Triadic Colors of #db725e

#db725e #5edb72 #725edb

Analogous Colors of #db725e

#db725e #dbb15e #db5e89

Monochromatic Colors of #db725e

#db725e

Complementary Color

#db725e #5ec7db

#db725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db725e Color CSS Codes

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

#db725e Text Font Color

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

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


#db725e Background Color

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

This div background color is #db725e


#db725e Border Color

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

This div border color is #db725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db725e


Comments

No comments written yet.

Please login to write comment.