Color Hex Logo

#db108f Color Hex

#DB108F
(219,16,143)
0 Favorites   0 Comments

Color spaces of #db108f

RGB 21916143
HSL0.900.860.46
HSV322°93°86°
CMYK 0.000.930.35   0.14
XYZ34.356617.413827.5370
Yxy17.41380.43320.2196
Hunter Lab41.729873.9336-9.9138
CIE-Lab48.777276.9604-14.7932

#db108f color RGB value is (219,16,143).

#db108f hex color red value is 219, green value is 16 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db108f hue: 0.90 , saturation: 0.86 and the lightness value of db108f is 0.46.

The process color (four color CMYK) of #db108f color hex is 0.00, 0.93, 0.35, 0.14. Web safe color of #db108f is #cc0099. Color #db108f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 10001111
Octal 333 20 217
Decimal 219 16 143
Hex DB 10 8F

RGB Percentages of Color #db108f

%57.94
%4.23
%37.83

CMYK Percentages of Color #db108f

%0
%93
%35
%14

Triadic Colors of #db108f

#db108f #8fdb10 #108fdb

Analogous Colors of #db108f

#db108f #db102a #c210db

Monochromatic Colors of #db108f

#db108f

Complementary Color

#db108f #10db5c

#db108f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db108f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db108f Color CSS Codes

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

#db108f Text Font Color

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

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


#db108f Background Color

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

This div background color is #db108f


#db108f Border Color

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

This div border color is #db108f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db108f


Comments

No comments written yet.

Please login to write comment.