Color Hex Logo

#db927c Color Hex

#DB927C
(219,146,124)
0 Favorites   0 Comments

Color spaces of #db927c

RGB 219146124
HSL0.040.570.67
HSV14°43°86°
CMYK 0.000.330.43   0.14
XYZ43.130437.073123.9514
Yxy37.07310.41410.3559
Hunter Lab60.887719.888819.2985
CIE-Lab67.331825.035522.9442

#db927c color RGB value is (219,146,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 01111100
Octal 333 222 174
Decimal 219 146 124
Hex DB 92 7C

RGB Percentages of Color #db927c

%44.79
%29.86
%25.36

CMYK Percentages of Color #db927c

%0
%33
%43
%14

Triadic Colors of #db927c

#db927c #7cdb92 #927cdb

Analogous Colors of #db927c

#db927c #dbc27c #db7c96

Monochromatic Colors of #db927c

#db927c

Complementary Color

#db927c #7cc5db

#db927c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db927c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db927c Color CSS Codes

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

#db927c Text Font Color

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

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


#db927c Background Color

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

This div background color is #db927c


#db927c Border Color

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

This div border color is #db927c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,146,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 #db927c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db927c


Comments

No comments written yet.

Please login to write comment.