Color Hex Logo

#db9191 Color Hex

#DB9191
(219,145,145)
0 Favorites   0 Comments

Color spaces of #db9191

RGB 219145145
HSL0.000.510.71
HSV34°86°
CMYK 0.000.340.34   0.14
XYZ44.449737.355231.6556
Yxy37.35520.39180.3292
Hunter Lab61.118922.858912.0749
CIE-Lab67.542728.005111.5459

#db9191 color RGB value is (219,145,145).

#db9191 hex color red value is 219, green value is 145 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #db9191 hue: 0.00 , saturation: 0.51 and the lightness value of db9191 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 10010001
Octal 333 221 221
Decimal 219 145 145
Hex DB 91 91

RGB Percentages of Color #db9191

%43.03
%28.49
%28.49

CMYK Percentages of Color #db9191

%0
%34
%34
%14

Triadic Colors of #db9191

#db9191 #91db91 #9191db

Analogous Colors of #db9191

#db9191 #dbb691 #db91b6

Monochromatic Colors of #db9191

#db9191

Complementary Color

#db9191 #91dbdb

#db9191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9191 Color CSS Codes

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

#db9191 Text Font Color

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

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


#db9191 Background Color

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

This div background color is #db9191


#db9191 Border Color

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

This div border color is #db9191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9191

#db9191 Color Palettes


Comments

No comments written yet.

Please login to write comment.