Color Hex Logo

#db316e Color Hex

#DB316E
(219,49,110)
0 Favorites   0 Comments

Color spaces of #db316e

RGB 21949110
HSL0.940.700.53
HSV338°78°86°
CMYK 0.000.780.50   0.14
XYZ33.126218.382516.5541
Yxy18.38250.48670.2701
Hunter Lab42.874862.88287.1203
CIE-Lab49.956867.57256.9742

#db316e color RGB value is (219,49,110).

#db316e hex color red value is 219, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #db316e hue: 0.94 , saturation: 0.70 and the lightness value of db316e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 01101110
Octal 333 61 156
Decimal 219 49 110
Hex DB 31 6E

RGB Percentages of Color #db316e

%57.94
%12.96
%29.10

CMYK Percentages of Color #db316e

%0
%78
%50
%14

Triadic Colors of #db316e

#db316e #6edb31 #316edb

Analogous Colors of #db316e

#db316e #db4931 #db31c3

Monochromatic Colors of #db316e

#db316e

Complementary Color

#db316e #31db9e

#db316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db316e Color CSS Codes

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

#db316e Text Font Color

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

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


#db316e Background Color

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

This div background color is #db316e


#db316e Border Color

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

This div border color is #db316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db316e


Comments

No comments written yet.

Please login to write comment.