Color Hex Logo

#db6076 Color Hex

#DB6076
(219,96,118)
0 Favorites   0 Comments

Color spaces of #db6076

RGB 21996118
HSL0.970.630.62
HSV349°56°86°
CMYK 0.000.560.46   0.14
XYZ36.666324.733819.9811
Yxy24.73380.45060.3039
Hunter Lab49.733144.568310.9924
CIE-Lab56.815150.123411.8897

#db6076 color RGB value is (219,96,118).

#db6076 hex color red value is 219, green value is 96 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #db6076 hue: 0.97 , saturation: 0.63 and the lightness value of db6076 is 0.62.

The process color (four color CMYK) of #db6076 color hex is 0.00, 0.56, 0.46, 0.14. Web safe color of #db6076 is #cc6666. Color #db6076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 01110110
Octal 333 140 166
Decimal 219 96 118
Hex DB 60 76

RGB Percentages of Color #db6076

%50.58
%22.17
%27.25

CMYK Percentages of Color #db6076

%0
%56
%46
%14

Triadic Colors of #db6076

#db6076 #76db60 #6076db

Analogous Colors of #db6076

#db6076 #db8860 #db60b4

Monochromatic Colors of #db6076

#db6076

Complementary Color

#db6076 #60dbc5

#db6076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6076 Color CSS Codes

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

#db6076 Text Font Color

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

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


#db6076 Background Color

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

This div background color is #db6076


#db6076 Border Color

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

This div border color is #db6076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6076


Comments

No comments written yet.

Please login to write comment.