Color Hex Logo

#db416d Color Hex

#DB416D
(219,65,109)
0 Favorites   0 Comments

Color spaces of #db416d

RGB 21965109
HSL0.950.680.56
HSV343°70°86°
CMYK 0.000.700.50   0.14
XYZ33.864019.944816.5329
Yxy19.94480.48140.2835
Hunter Lab44.659657.19679.3127
CIE-Lab51.774762.329710.1542

#db416d color RGB value is (219,65,109).

#db416d hex color red value is 219, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #db416d hue: 0.95 , saturation: 0.68 and the lightness value of db416d is 0.56.

The process color (four color CMYK) of #db416d color hex is 0.00, 0.70, 0.50, 0.14. Web safe color of #db416d is #cc3366. Color #db416d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 01101101
Octal 333 101 155
Decimal 219 65 109
Hex DB 41 6D

RGB Percentages of Color #db416d

%55.73
%16.54
%27.74

CMYK Percentages of Color #db416d

%0
%70
%50
%14

Triadic Colors of #db416d

#db416d #6ddb41 #416ddb

Analogous Colors of #db416d

#db416d #db6241 #db41ba

Monochromatic Colors of #db416d

#db416d

Complementary Color

#db416d #41dbaf

#db416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db416d Color CSS Codes

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

#db416d Text Font Color

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

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


#db416d Background Color

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

This div background color is #db416d


#db416d Border Color

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

This div border color is #db416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db416d


Comments

No comments written yet.

Please login to write comment.