Color Hex Logo

#db818e Color Hex

#DB818E
(219,129,142)
0 Favorites   0 Comments

Color spaces of #db818e

RGB 219129142
HSL0.980.560.68
HSV351°41°86°
CMYK 0.000.410.35   0.14
XYZ41.946232.713629.6947
Yxy32.71360.40200.3135
Hunter Lab57.195830.81559.2551
CIE-Lab63.928336.15668.1086

#db818e color RGB value is (219,129,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10001110
Octal 333 201 216
Decimal 219 129 142
Hex DB 81 8E

RGB Percentages of Color #db818e

%44.69
%26.33
%28.98

CMYK Percentages of Color #db818e

%0
%41
%35
%14

Triadic Colors of #db818e

#db818e #8edb81 #818edb

Analogous Colors of #db818e

#db818e #dba181 #db81bb

Monochromatic Colors of #db818e

#db818e

Complementary Color

#db818e #81dbce

#db818e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db818e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db818e Color CSS Codes

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

#db818e Text Font Color

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

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


#db818e Background Color

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

This div background color is #db818e


#db818e Border Color

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

This div border color is #db818e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db818e


Comments

No comments written yet.

Please login to write comment.