Color Hex Logo

#db807c Color Hex

#DB807C
(219,128,124)
0 Favorites   0 Comments

Color spaces of #db807c

RGB 219128124
HSL0.010.570.67
HSV43°86°
CMYK 0.000.420.43   0.14
XYZ40.570731.953623.0981
Yxy31.95360.42430.3342
Hunter Lab56.527529.189115.3424
CIE-Lab63.304534.638217.4516

#db807c color RGB value is (219,128,124).

#db807c hex color red value is 219, green value is 128 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #db807c hue: 0.01 , saturation: 0.57 and the lightness value of db807c is 0.67.

The process color (four color CMYK) of #db807c color hex is 0.00, 0.42, 0.43, 0.14. Web safe color of #db807c is #cc9966. Color #db807c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 01111100
Octal 333 200 174
Decimal 219 128 124
Hex DB 80 7C

RGB Percentages of Color #db807c

%46.50
%27.18
%26.33

CMYK Percentages of Color #db807c

%0
%42
%43
%14

Triadic Colors of #db807c

#db807c #7cdb80 #807cdb

Analogous Colors of #db807c

#db807c #dbb07c #db7ca8

Monochromatic Colors of #db807c

#db807c

Complementary Color

#db807c #7cd7db

#db807c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db807c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db807c Color CSS Codes

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

#db807c Text Font Color

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

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


#db807c Background Color

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

This div background color is #db807c


#db807c Border Color

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

This div border color is #db807c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db807c


Comments

No comments written yet.

Please login to write comment.