Color Hex Logo

#db0083 Color Hex

#DB0083
(219,0,131)
0 Favorites   0 Comments

Color spaces of #db0083

RGB 2190131
HSL0.901.000.43
HSV324°100°86°
CMYK 0.001.000.40   0.14
XYZ33.310216.698822.9403
Yxy16.69880.45660.2289
Hunter Lab40.864273.9910-4.6793
CIE-Lab47.878377.1820-8.8731

#db0083 color RGB value is (219,0,131).

#db0083 hex color red value is 219, green value is 0 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #db0083 hue: 0.90 , saturation: 1.00 and the lightness value of db0083 is 0.43.

The process color (four color CMYK) of #db0083 color hex is 0.00, 1.00, 0.40, 0.14. Web safe color of #db0083 is #cc0099. Color #db0083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 10000011
Octal 333 0 203
Decimal 219 0 131
Hex DB 0 83

RGB Percentages of Color #db0083

%62.57
%0.00
%37.43

CMYK Percentages of Color #db0083

%0
%100
%40
%14

Triadic Colors of #db0083

#db0083 #83db00 #0083db

Analogous Colors of #db0083

#db0083 #db0016 #c600db

Monochromatic Colors of #db0083

#db0083

Complementary Color

#db0083 #00db58

#db0083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0083 Color CSS Codes

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

#db0083 Text Font Color

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

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


#db0083 Background Color

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

This div background color is #db0083


#db0083 Border Color

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

This div border color is #db0083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0083


Comments

No comments written yet.

Please login to write comment.