Color Hex Logo

#db138e Color Hex

#DB138E
(219,19,142)
0 Favorites   0 Comments

Color spaces of #db138e

RGB 21919142
HSL0.900.840.47
HSV323°91°86°
CMYK 0.000.910.35   0.14
XYZ34.328817.478827.1556
Yxy17.47880.43470.2214
Hunter Lab41.807773.4052-9.2457
CIE-Lab48.857776.5173-14.0678

#db138e color RGB value is (219,19,142).

#db138e hex color red value is 219, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #db138e hue: 0.90 , saturation: 0.84 and the lightness value of db138e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 10001110
Octal 333 23 216
Decimal 219 19 142
Hex DB 13 8E

RGB Percentages of Color #db138e

%57.63
%5.00
%37.37

CMYK Percentages of Color #db138e

%0
%91
%35
%14

Triadic Colors of #db138e

#db138e #8edb13 #138edb

Analogous Colors of #db138e

#db138e #db132a #c413db

Monochromatic Colors of #db138e

#db138e

Complementary Color

#db138e #13db60

#db138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db138e Color CSS Codes

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

#db138e Text Font Color

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

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


#db138e Background Color

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

This div background color is #db138e


#db138e Border Color

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

This div border color is #db138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db138e


Comments

No comments written yet.

Please login to write comment.