Color Hex Logo

#db818a Color Hex

#DB818A
(219,129,138)
0 Favorites   0 Comments

Color spaces of #db818a

RGB 219129138
HSL0.980.560.68
HSV354°41°86°
CMYK 0.000.410.37   0.14
XYZ41.651132.595628.1411
Yxy32.59560.40680.3184
Hunter Lab57.092630.310310.7406
CIE-Lab63.832135.676610.2452

#db818a color RGB value is (219,129,138).

#db818a hex color red value is 219, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db818a hue: 0.98 , saturation: 0.56 and the lightness value of db818a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10001010
Octal 333 201 212
Decimal 219 129 138
Hex DB 81 8A

RGB Percentages of Color #db818a

%45.06
%26.54
%28.40

CMYK Percentages of Color #db818a

%0
%41
%37
%14

Triadic Colors of #db818a

#db818a #8adb81 #818adb

Analogous Colors of #db818a

#db818a #dba581 #db81b7

Monochromatic Colors of #db818a

#db818a

Complementary Color

#db818a #81dbd2

#db818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db818a Color CSS Codes

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

#db818a Text Font Color

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

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


#db818a Background Color

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

This div background color is #db818a


#db818a Border Color

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

This div border color is #db818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db818a


Comments

No comments written yet.

Please login to write comment.