Color Hex Logo

#db787d Color Hex

#DB787D
(219,120,125)
0 Favorites   0 Comments

Color spaces of #db787d

RGB 219120125
HSL0.990.580.66
HSV357°45°86°
CMYK 0.000.450.43   0.14
XYZ39.631629.973723.0987
Yxy29.97370.42750.3233
Hunter Lab54.748233.404613.3089
CIE-Lab61.631538.921914.5661

#db787d color RGB value is (219,120,125).

#db787d hex color red value is 219, green value is 120 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db787d hue: 0.99 , saturation: 0.58 and the lightness value of db787d is 0.66.

The process color (four color CMYK) of #db787d color hex is 0.00, 0.45, 0.43, 0.14. Web safe color of #db787d is #cc6666. Color #db787d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 01111101
Octal 333 170 175
Decimal 219 120 125
Hex DB 78 7D

RGB Percentages of Color #db787d

%47.20
%25.86
%26.94

CMYK Percentages of Color #db787d

%0
%45
%43
%14

Triadic Colors of #db787d

#db787d #7ddb78 #787ddb

Analogous Colors of #db787d

#db787d #dba578 #db78af

Monochromatic Colors of #db787d

#db787d

Complementary Color

#db787d #78dbd6

#db787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db787d Color CSS Codes

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

#db787d Text Font Color

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

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


#db787d Background Color

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

This div background color is #db787d


#db787d Border Color

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

This div border color is #db787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db787d


Comments

No comments written yet.

Please login to write comment.