Color Hex Logo

#db70db Color Hex

#DB70DB
(219,112,219)
0 Favorites   0 Comments

Color spaces of #db70db

RGB 219112219
HSL0.830.600.65
HSV300°49°86°
CMYK 0.000.490.00   0.14
XYZ47.793831.762970.6297
Yxy31.76290.31820.2115
Hunter Lab56.358652.7459-34.8524
CIE-Lab63.146456.4528-36.6707

#db70db color RGB value is (219,112,219).

#db70db hex color red value is 219, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db70db hue: 0.83 , saturation: 0.60 and the lightness value of db70db is 0.65.

The process color (four color CMYK) of #db70db color hex is 0.00, 0.49, 0.00, 0.14. Web safe color of #db70db is #cc66cc. Color #db70db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 11011011
Octal 333 160 333
Decimal 219 112 219
Hex DB 70 DB

RGB Percentages of Color #db70db

%39.82
%20.36
%39.82

CMYK Percentages of Color #db70db

%0
%49
%0
%14

Triadic Colors of #db70db

#db70db #dbdb70 #70dbdb

Analogous Colors of #db70db

#db70db #db70a6 #a670db

Monochromatic Colors of #db70db

#db70db

Complementary Color

#db70db #70db70

#db70db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db70db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db70db Color CSS Codes

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

#db70db Text Font Color

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

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


#db70db Background Color

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

This div background color is #db70db


#db70db Border Color

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

This div border color is #db70db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db70db

#db70db Color Palettes


Comments

No comments written yet.

Please login to write comment.