Color Hex Logo

#db938b Color Hex

#DB938B
(219,147,139)
0 Favorites   0 Comments

Color spaces of #db938b

RGB 219147139
HSL0.020.530.70
HSV37°86°
CMYK 0.000.330.37   0.14
XYZ44.307337.791629.3854
Yxy37.79160.39740.3390
Hunter Lab61.474921.070814.6914
CIE-Lab67.866726.193415.3508

#db938b color RGB value is (219,147,139).

#db938b hex color red value is 219, green value is 147 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #db938b hue: 0.02 , saturation: 0.53 and the lightness value of db938b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 10001011
Octal 333 223 213
Decimal 219 147 139
Hex DB 93 8B

RGB Percentages of Color #db938b

%43.37
%29.11
%27.52

CMYK Percentages of Color #db938b

%0
%33
%37
%14

Triadic Colors of #db938b

#db938b #8bdb93 #938bdb

Analogous Colors of #db938b

#db938b #dbbb8b #db8bab

Monochromatic Colors of #db938b

#db938b

Complementary Color

#db938b #8bd3db

#db938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db938b Color CSS Codes

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

#db938b Text Font Color

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

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


#db938b Background Color

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

This div background color is #db938b


#db938b Border Color

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

This div border color is #db938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db938b


Comments

No comments written yet.

Please login to write comment.