Color Hex Logo

#db0783 Color Hex

#DB0783
(219,7,131)
0 Favorites   0 Comments

Color spaces of #db0783

RGB 2197131
HSL0.900.940.44
HSV325°97°86°
CMYK 0.000.970.40   0.14
XYZ33.386116.850722.9656
Yxy16.85070.45610.2302
Hunter Lab41.049673.3392-4.4356
CIE-Lab48.071476.6172-8.5839

#db0783 color RGB value is (219,7,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10000011
Octal 333 7 203
Decimal 219 7 131
Hex DB 7 83

RGB Percentages of Color #db0783

%61.34
%1.96
%36.69

CMYK Percentages of Color #db0783

%0
%97
%40
%14

Triadic Colors of #db0783

#db0783 #83db07 #0783db

Analogous Colors of #db0783

#db0783 #db0719 #c907db

Monochromatic Colors of #db0783

#db0783

Complementary Color

#db0783 #07db5f

#db0783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0783 Color CSS Codes

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

#db0783 Text Font Color

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

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


#db0783 Background Color

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

This div background color is #db0783


#db0783 Border Color

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

This div border color is #db0783


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,7,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 #db0783">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0783


Comments

No comments written yet.

Please login to write comment.