Color Hex Logo

#db155c Color Hex

#DB155C
(219,21,92)
0 Favorites   0 Comments

Color spaces of #db155c

RGB 2192192
HSL0.940.830.47
HSV338°90°86°
CMYK 0.000.900.58   0.14
XYZ31.413316.369111.6291
Yxy16.36910.52870.2755
Hunter Lab40.458767.789611.2793
CIE-Lab47.455172.183414.5142

#db155c color RGB value is (219,21,92).

#db155c hex color red value is 219, green value is 21 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #db155c hue: 0.94 , saturation: 0.83 and the lightness value of db155c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 01011100
Octal 333 25 134
Decimal 219 21 92
Hex DB 15 5C

RGB Percentages of Color #db155c

%65.96
%6.33
%27.71

CMYK Percentages of Color #db155c

%0
%90
%58
%14

Triadic Colors of #db155c

#db155c #5cdb15 #155cdb

Analogous Colors of #db155c

#db155c #db3115 #db15bf

Monochromatic Colors of #db155c

#db155c

Complementary Color

#db155c #15db94

#db155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db155c Color CSS Codes

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

#db155c Text Font Color

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

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


#db155c Background Color

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

This div background color is #db155c


#db155c Border Color

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

This div border color is #db155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db155c


Comments

No comments written yet.

Please login to write comment.