Color Hex Logo

#db166d Color Hex

#DB166D
(219,22,109)
0 Favorites   0 Comments

Color spaces of #db166d

RGB 21922109
HSL0.930.820.47
HSV334°90°86°
CMYK 0.000.900.50   0.14
XYZ32.260616.738015.9984
Yxy16.73800.49630.2575
Hunter Lab40.912169.15725.4535
CIE-Lab47.928273.22454.6847

#db166d color RGB value is (219,22,109).

#db166d hex color red value is 219, green value is 22 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #db166d hue: 0.93 , saturation: 0.82 and the lightness value of db166d is 0.47.

The process color (four color CMYK) of #db166d color hex is 0.00, 0.90, 0.50, 0.14. Web safe color of #db166d is #cc0066. Color #db166d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 01101101
Octal 333 26 155
Decimal 219 22 109
Hex DB 16 6D

RGB Percentages of Color #db166d

%62.57
%6.29
%31.14

CMYK Percentages of Color #db166d

%0
%90
%50
%14

Triadic Colors of #db166d

#db166d #6ddb16 #166ddb

Analogous Colors of #db166d

#db166d #db2216 #db16d0

Monochromatic Colors of #db166d

#db166d

Complementary Color

#db166d #16db84

#db166d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db166d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db166d Color CSS Codes

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

#db166d Text Font Color

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

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


#db166d Background Color

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

This div background color is #db166d


#db166d Border Color

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

This div border color is #db166d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db166d


Comments

No comments written yet.

Please login to write comment.