Color Hex Logo

#db8280 Color Hex

#DB8280
(219,130,128)
0 Favorites   0 Comments

Color spaces of #db8280

RGB 219130128
HSL0.000.560.68
HSV42°86°
CMYK 0.000.410.42   0.14
XYZ41.092332.583824.5456
Yxy32.58380.41840.3317
Hunter Lab57.082228.604514.4626
CIE-Lab63.822534.012015.9033

#db8280 color RGB value is (219,130,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 10000000
Octal 333 202 200
Decimal 219 130 128
Hex DB 82 80

RGB Percentages of Color #db8280

%45.91
%27.25
%26.83

CMYK Percentages of Color #db8280

%0
%41
%42
%14

Triadic Colors of #db8280

#db8280 #80db82 #8280db

Analogous Colors of #db8280

#db8280 #dbb080 #db80ac

Monochromatic Colors of #db8280

#db8280

Complementary Color

#db8280 #80d9db

#db8280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8280 Color CSS Codes

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

#db8280 Text Font Color

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

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


#db8280 Background Color

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

This div background color is #db8280


#db8280 Border Color

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

This div border color is #db8280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8280


Comments

No comments written yet.

Please login to write comment.