Color Hex Logo

#db655a Color Hex

#DB655A
(219,101,90)
0 Favorites   0 Comments

Color spaces of #db655a

RGB 21910190
HSL0.010.640.61
HSV59°86°
CMYK 0.000.540.59   0.14
XYZ35.712625.105612.6365
Yxy25.10560.48620.3418
Hunter Lab50.105539.541020.1210
CIE-Lab57.178245.375128.6136

#db655a color RGB value is (219,101,90).

#db655a hex color red value is 219, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #db655a hue: 0.01 , saturation: 0.64 and the lightness value of db655a is 0.61.

The process color (four color CMYK) of #db655a color hex is 0.00, 0.54, 0.59, 0.14. Web safe color of #db655a is #cc6666. Color #db655a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100101 01011010
Octal 333 145 132
Decimal 219 101 90
Hex DB 65 5A

RGB Percentages of Color #db655a

%53.41
%24.63
%21.95

CMYK Percentages of Color #db655a

%0
%54
%59
%14

Triadic Colors of #db655a

#db655a #5adb65 #655adb

Analogous Colors of #db655a

#db655a #dba65a #db5a90

Monochromatic Colors of #db655a

#db655a

Complementary Color

#db655a #5ad0db

#db655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db655a Color CSS Codes

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

#db655a Text Font Color

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

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


#db655a Background Color

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

This div background color is #db655a


#db655a Border Color

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

This div border color is #db655a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db655a


Comments

No comments written yet.

Please login to write comment.