Color Hex Logo

#db9874 Color Hex

#DB9874
(219,152,116)
0 Favorites   0 Comments

Color spaces of #db9874

RGB 219152116
HSL0.060.590.66
HSV21°47°86°
CMYK 0.000.310.47   0.14
XYZ43.594038.777521.7101
Yxy38.77750.41880.3726
Hunter Lab62.271615.985922.9195
CIE-Lab68.589820.985129.0029

#db9874 color RGB value is (219,152,116).

#db9874 hex color red value is 219, green value is 152 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #db9874 hue: 0.06 , saturation: 0.59 and the lightness value of db9874 is 0.66.

The process color (four color CMYK) of #db9874 color hex is 0.00, 0.31, 0.47, 0.14. Web safe color of #db9874 is #cc9966. Color #db9874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01110100
Octal 333 230 164
Decimal 219 152 116
Hex DB 98 74

RGB Percentages of Color #db9874

%44.97
%31.21
%23.82

CMYK Percentages of Color #db9874

%0
%31
%47
%14

Triadic Colors of #db9874

#db9874 #74db98 #9874db

Analogous Colors of #db9874

#db9874 #dbcc74 #db7484

Monochromatic Colors of #db9874

#db9874

Complementary Color

#db9874 #74b7db

#db9874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9874 Color CSS Codes

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

#db9874 Text Font Color

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

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


#db9874 Background Color

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

This div background color is #db9874


#db9874 Border Color

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

This div border color is #db9874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9874


Comments

No comments written yet.

Please login to write comment.