Color Hex Logo

#db817a Color Hex

#DB817A
(219,129,122)
0 Favorites   0 Comments

Color spaces of #db817a

RGB 219129122
HSL0.010.570.67
HSV44°86°
CMYK 0.000.410.44   0.14
XYZ40.576532.165722.4823
Yxy32.16570.42610.3378
Hunter Lab56.714828.456516.1972
CIE-Lab63.479633.901418.8231

#db817a color RGB value is (219,129,122).

#db817a hex color red value is 219, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db817a hue: 0.01 , saturation: 0.57 and the lightness value of db817a is 0.67.

The process color (four color CMYK) of #db817a color hex is 0.00, 0.41, 0.44, 0.14. Web safe color of #db817a is #cc9966. Color #db817a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 01111010
Octal 333 201 172
Decimal 219 129 122
Hex DB 81 7A

RGB Percentages of Color #db817a

%46.60
%27.45
%25.96

CMYK Percentages of Color #db817a

%0
%41
%44
%14

Triadic Colors of #db817a

#db817a #7adb81 #817adb

Analogous Colors of #db817a

#db817a #dbb27a #db7aa4

Monochromatic Colors of #db817a

#db817a

Complementary Color

#db817a #7ad4db

#db817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db817a Color CSS Codes

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

#db817a Text Font Color

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

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


#db817a Background Color

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

This div background color is #db817a


#db817a Border Color

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

This div border color is #db817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db817a


Comments

No comments written yet.

Please login to write comment.