Color Hex Logo

#db737e Color Hex

#DB737E
(219,115,126)
0 Favorites   0 Comments

Color spaces of #db737e

RGB 219115126
HSL0.980.590.65
HSV354°47°86°
CMYK 0.000.470.42   0.14
XYZ39.110028.827923.2417
Yxy28.82790.42890.3162
Hunter Lab53.691636.062511.9190
CIE-Lab60.629441.595212.5927

#db737e color RGB value is (219,115,126).

#db737e hex color red value is 219, green value is 115 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db737e hue: 0.98 , saturation: 0.59 and the lightness value of db737e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 01111110
Octal 333 163 176
Decimal 219 115 126
Hex DB 73 7E

RGB Percentages of Color #db737e

%47.61
%25.00
%27.39

CMYK Percentages of Color #db737e

%0
%47
%42
%14

Triadic Colors of #db737e

#db737e #7edb73 #737edb

Analogous Colors of #db737e

#db737e #db9c73 #db73b2

Monochromatic Colors of #db737e

#db737e

Complementary Color

#db737e #73dbd0

#db737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db737e Color CSS Codes

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

#db737e Text Font Color

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

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


#db737e Background Color

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

This div background color is #db737e


#db737e Border Color

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

This div border color is #db737e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db737e


Comments

No comments written yet.

Please login to write comment.