Color Hex Logo

#db9171 Color Hex

#DB9171
(219,145,113)
0 Favorites   0 Comments

Color spaces of #db9171

RGB 219145113
HSL0.050.600.65
HSV18°48°86°
CMYK 0.000.340.48   0.14
XYZ42.319536.503120.4381
Yxy36.50310.42630.3677
Hunter Lab60.417819.298822.2359
CIE-Lab66.902624.462728.4219

#db9171 color RGB value is (219,145,113).

#db9171 hex color red value is 219, green value is 145 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #db9171 hue: 0.05 , saturation: 0.60 and the lightness value of db9171 is 0.65.

The process color (four color CMYK) of #db9171 color hex is 0.00, 0.34, 0.48, 0.14. Web safe color of #db9171 is #cc9966. Color #db9171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01110001
Octal 333 221 161
Decimal 219 145 113
Hex DB 91 71

RGB Percentages of Color #db9171

%45.91
%30.40
%23.69

CMYK Percentages of Color #db9171

%0
%34
%48
%14

Triadic Colors of #db9171

#db9171 #71db91 #9171db

Analogous Colors of #db9171

#db9171 #dbc671 #db7186

Monochromatic Colors of #db9171

#db9171

Complementary Color

#db9171 #71bbdb

#db9171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9171 Color CSS Codes

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

#db9171 Text Font Color

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

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


#db9171 Background Color

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

This div background color is #db9171


#db9171 Border Color

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

This div border color is #db9171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9171


Comments

No comments written yet.

Please login to write comment.