Color Hex Logo

#db939a Color Hex

#DB939A
(219,147,154)
0 Favorites   0 Comments

Color spaces of #db939a

RGB 219147154
HSL0.980.500.72
HSV354°33°86°
CMYK 0.000.330.30   0.14
XYZ45.479938.260635.5598
Yxy38.26060.38120.3207
Hunter Lab61.855222.99829.2135
CIE-Lab68.212228.09457.4631

#db939a color RGB value is (219,147,154).

#db939a hex color red value is 219, green value is 147 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db939a hue: 0.98 , saturation: 0.50 and the lightness value of db939a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010011 10011010
Octal 333 223 232
Decimal 219 147 154
Hex DB 93 9A

RGB Percentages of Color #db939a

%42.12
%28.27
%29.62

CMYK Percentages of Color #db939a

%0
%33
%30
%14

Triadic Colors of #db939a

#db939a #9adb93 #939adb

Analogous Colors of #db939a

#db939a #dbb093 #db93be

Monochromatic Colors of #db939a

#db939a

Complementary Color

#db939a #93dbd4

#db939a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db939a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db939a Color CSS Codes

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

#db939a Text Font Color

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

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


#db939a Background Color

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

This div background color is #db939a


#db939a Border Color

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

This div border color is #db939a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db939a


Comments

No comments written yet.

Please login to write comment.