Color Hex Logo

#db319f Color Hex

#DB319F
(219,49,159)
0 Favorites   0 Comments

Color spaces of #db319f

RGB 21949159
HSL0.890.700.53
HSV321°78°86°
CMYK 0.000.780.27   0.14
XYZ36.569719.759934.6875
Yxy19.75990.40180.2171
Hunter Lab44.452169.0565-15.1495
CIE-Lab51.564772.4348-20.1041

#db319f color RGB value is (219,49,159).

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

The process color (four color CMYK) of #db319f color hex is 0.00, 0.78, 0.27, 0.14. Web safe color of #db319f is #cc3399. Color #db319f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 10011111
Octal 333 61 237
Decimal 219 49 159
Hex DB 31 9F

RGB Percentages of Color #db319f

%51.29
%11.48
%37.24

CMYK Percentages of Color #db319f

%0
%78
%27
%14

Triadic Colors of #db319f

#db319f #9fdb31 #319fdb

Analogous Colors of #db319f

#db319f #db314a #c231db

Monochromatic Colors of #db319f

#db319f

Complementary Color

#db319f #31db6d

#db319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db319f Color CSS Codes

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

#db319f Text Font Color

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

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


#db319f Background Color

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

This div background color is #db319f


#db319f Border Color

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

This div border color is #db319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db319f


Comments

No comments written yet.

Please login to write comment.