Color Hex Logo

#db187f Color Hex

#DB187F
(219,24,127)
0 Favorites   0 Comments

Color spaces of #db187f

RGB 21924127
HSL0.910.800.48
HSV328°89°86°
CMYK 0.000.890.42   0.14
XYZ33.370817.245621.6486
Yxy17.24560.46180.2386
Hunter Lab41.527870.7648-1.8386
CIE-Lab48.568074.4226-5.4069

#db187f color RGB value is (219,24,127).

#db187f hex color red value is 219, green value is 24 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db187f hue: 0.91 , saturation: 0.80 and the lightness value of db187f is 0.48.

The process color (four color CMYK) of #db187f color hex is 0.00, 0.89, 0.42, 0.14. Web safe color of #db187f is #cc0066. Color #db187f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 01111111
Octal 333 30 177
Decimal 219 24 127
Hex DB 18 7F

RGB Percentages of Color #db187f

%59.19
%6.49
%34.32

CMYK Percentages of Color #db187f

%0
%89
%42
%14

Triadic Colors of #db187f

#db187f #7fdb18 #187fdb

Analogous Colors of #db187f

#db187f #db181d #d618db

Monochromatic Colors of #db187f

#db187f

Complementary Color

#db187f #18db74

#db187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db187f Color CSS Codes

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

#db187f Text Font Color

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

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


#db187f Background Color

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

This div background color is #db187f


#db187f Border Color

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

This div border color is #db187f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db187f


Comments

No comments written yet.

Please login to write comment.