Color Hex Logo

#db8870 Color Hex

#DB8870
(219,136,112)
0 Favorites   0 Comments

Color spaces of #db8870

RGB 219136112
HSL0.040.600.65
HSV13°49°86°
CMYK 0.000.380.49   0.14
XYZ40.942233.838219.7028
Yxy33.83820.43330.3581
Hunter Lab58.170623.835020.6375
CIE-Lab64.833929.191426.2454

#db8870 color RGB value is (219,136,112).

#db8870 hex color red value is 219, green value is 136 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #db8870 hue: 0.04 , saturation: 0.60 and the lightness value of db8870 is 0.65.

The process color (four color CMYK) of #db8870 color hex is 0.00, 0.38, 0.49, 0.14. Web safe color of #db8870 is #cc9966. Color #db8870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 01110000
Octal 333 210 160
Decimal 219 136 112
Hex DB 88 70

RGB Percentages of Color #db8870

%46.90
%29.12
%23.98

CMYK Percentages of Color #db8870

%0
%38
%49
%14

Triadic Colors of #db8870

#db8870 #70db88 #8870db

Analogous Colors of #db8870

#db8870 #dbbe70 #db708e

Monochromatic Colors of #db8870

#db8870

Complementary Color

#db8870 #70c3db

#db8870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8870 Color CSS Codes

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

#db8870 Text Font Color

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

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


#db8870 Background Color

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

This div background color is #db8870


#db8870 Border Color

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

This div border color is #db8870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8870


Comments

No comments written yet.

Please login to write comment.