Color Hex Logo

#db9877 Color Hex

#DB9877
(219,152,119)
0 Favorites   0 Comments

Color spaces of #db9877

RGB 219152119
HSL0.060.580.66
HSV20°46°86°
CMYK 0.000.310.46   0.14
XYZ43.771438.848522.6443
Yxy38.84850.41580.3691
Hunter Lab62.328616.280022.0896
CIE-Lab68.641421.285027.4394

#db9877 color RGB value is (219,152,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01110111
Octal 333 230 167
Decimal 219 152 119
Hex DB 98 77

RGB Percentages of Color #db9877

%44.69
%31.02
%24.29

CMYK Percentages of Color #db9877

%0
%31
%46
%14

Triadic Colors of #db9877

#db9877 #77db98 #9877db

Analogous Colors of #db9877

#db9877 #dbca77 #db7788

Monochromatic Colors of #db9877

#db9877

Complementary Color

#db9877 #77badb

#db9877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9877 Color CSS Codes

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

#db9877 Text Font Color

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

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


#db9877 Background Color

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

This div background color is #db9877


#db9877 Border Color

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

This div border color is #db9877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9877


Comments

No comments written yet.

Please login to write comment.