Color Hex Logo

#db929a Color Hex

#DB929A
(219,146,154)
0 Favorites   0 Comments

Color spaces of #db929a

RGB 219146154
HSL0.980.500.72
HSV353°33°86°
CMYK 0.000.330.30   0.14
XYZ45.325037.950935.5082
Yxy37.95090.38160.3195
Hunter Lab61.604323.52288.9488
CIE-Lab67.984428.63207.1370

#db929a color RGB value is (219,146,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 10011010
Octal 333 222 232
Decimal 219 146 154
Hex DB 92 9A

RGB Percentages of Color #db929a

%42.20
%28.13
%29.67

CMYK Percentages of Color #db929a

%0
%33
%30
%14

Triadic Colors of #db929a

#db929a #9adb92 #929adb

Analogous Colors of #db929a

#db929a #dbaf92 #db92bf

Monochromatic Colors of #db929a

#db929a

Complementary Color

#db929a #92dbd3

#db929a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db929a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db929a Color CSS Codes

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

#db929a Text Font Color

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

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


#db929a Background Color

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

This div background color is #db929a


#db929a Border Color

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

This div border color is #db929a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,146,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 #db929a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db929a


Comments

No comments written yet.

Please login to write comment.