Color Hex Logo

#db8565 Color Hex

#DB8565
(219,133,101)
0 Favorites   0 Comments

Color spaces of #db8565

RGB 219133101
HSL0.050.620.63
HSV16°54°86°
CMYK 0.000.390.54   0.14
XYZ39.949932.774716.5325
Yxy32.77470.44760.3672
Hunter Lab57.249224.375622.9526
CIE-Lab63.978129.804931.1952

#db8565 color RGB value is (219,133,101).

#db8565 hex color red value is 219, green value is 133 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #db8565 hue: 0.05 , saturation: 0.62 and the lightness value of db8565 is 0.63.

The process color (four color CMYK) of #db8565 color hex is 0.00, 0.39, 0.54, 0.14. Web safe color of #db8565 is #cc9966. Color #db8565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01100101
Octal 333 205 145
Decimal 219 133 101
Hex DB 85 65

RGB Percentages of Color #db8565

%48.34
%29.36
%22.30

CMYK Percentages of Color #db8565

%0
%39
%54
%14

Triadic Colors of #db8565

#db8565 #65db85 #8565db

Analogous Colors of #db8565

#db8565 #dbc065 #db6580

Monochromatic Colors of #db8565

#db8565

Complementary Color

#db8565 #65bbdb

#db8565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8565 Color CSS Codes

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

#db8565 Text Font Color

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

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


#db8565 Background Color

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

This div background color is #db8565


#db8565 Border Color

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

This div border color is #db8565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8565


Comments

No comments written yet.

Please login to write comment.