Color Hex Logo

#db315d Color Hex

#DB315D
(219,49,93)
0 Favorites   0 Comments

Color spaces of #db315d

RGB 2194993
HSL0.960.700.53
HSV344°78°86°
CMYK 0.000.780.58   0.14
XYZ32.287518.047012.1376
Yxy18.04700.51680.2889
Hunter Lab42.481861.322612.7973
CIE-Lab49.553166.317716.7681

#db315d color RGB value is (219,49,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 01011101
Octal 333 61 135
Decimal 219 49 93
Hex DB 31 5D

RGB Percentages of Color #db315d

%60.66
%13.57
%25.76

CMYK Percentages of Color #db315d

%0
%78
%58
%14

Triadic Colors of #db315d

#db315d #5ddb31 #315ddb

Analogous Colors of #db315d

#db315d #db5a31 #db31b2

Monochromatic Colors of #db315d

#db315d

Complementary Color

#db315d #31dbaf

#db315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db315d Color CSS Codes

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

#db315d Text Font Color

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

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


#db315d Background Color

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

This div background color is #db315d


#db315d Border Color

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

This div border color is #db315d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db315d


Comments

No comments written yet.

Please login to write comment.