Color Hex Logo

#db157c Color Hex

#DB157C
(219,21,124)
0 Favorites   0 Comments

Color spaces of #db157c

RGB 21921124
HSL0.910.830.47
HSV329°90°86°
CMYK 0.000.900.43   0.14
XYZ33.119717.051620.6145
Yxy17.05160.46790.2409
Hunter Lab41.293670.9029-0.6931
CIE-Lab48.325074.5832-3.9369

#db157c color RGB value is (219,21,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 01111100
Octal 333 25 174
Decimal 219 21 124
Hex DB 15 7C

RGB Percentages of Color #db157c

%60.16
%5.77
%34.07

CMYK Percentages of Color #db157c

%0
%90
%43
%14

Triadic Colors of #db157c

#db157c #7cdb15 #157cdb

Analogous Colors of #db157c

#db157c #db1519 #d715db

Monochromatic Colors of #db157c

#db157c

Complementary Color

#db157c #15db74

#db157c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db157c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db157c Color CSS Codes

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

#db157c Text Font Color

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

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


#db157c Background Color

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

This div background color is #db157c


#db157c Border Color

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

This div border color is #db157c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db157c


Comments

No comments written yet.

Please login to write comment.