Color Hex Logo

#db665a Color Hex

#DB665A
(219,102,90)
0 Favorites   0 Comments

Color spaces of #db665a

RGB 21910290
HSL0.020.640.61
HSV59°86°
CMYK 0.000.530.59   0.14
XYZ35.810325.301012.6690
Yxy25.30100.48540.3429
Hunter Lab50.300139.054920.2768
CIE-Lab57.367544.887628.8566

#db665a color RGB value is (219,102,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 01011010
Octal 333 146 132
Decimal 219 102 90
Hex DB 66 5A

RGB Percentages of Color #db665a

%53.28
%24.82
%21.90

CMYK Percentages of Color #db665a

%0
%53
%59
%14

Triadic Colors of #db665a

#db665a #5adb66 #665adb

Analogous Colors of #db665a

#db665a #dba75a #db5a8f

Monochromatic Colors of #db665a

#db665a

Complementary Color

#db665a #5acfdb

#db665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db665a Color CSS Codes

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

#db665a Text Font Color

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

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


#db665a Background Color

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

This div background color is #db665a


#db665a Border Color

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

This div border color is #db665a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,102,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 #db665a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db665a

#db665a Color Palettes


Comments

No comments written yet.

Please login to write comment.