color codes Logo

#db52db color codes

#DB52DB
(219,82,219)
0 Favorites   0 Comments

Color spaces of #db52db

RGB 21982219
HSL0.830.660.59
HSV300°63°86°
CMYK 0.000.630.00   0.14
XYZ45.016926.209169.7040
Yxy26.20910.31940.1860
Hunter Lab51.194867.3686-44.8896
CIE-Lab58.235069.7682-44.3790

#db52db color RGB value is (219,82,219).

#db52db hex color red value is 219, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db52db hue: 0.83 , saturation: 0.66 and the lightness value of db52db is 0.59.

The process color (four color CMYK) of #db52db color code is 0.00, 0.63, 0.00, 0.14. Web safe color of #db52db is #cc66cc. Color #db52db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010010 11011011
Octal 333 122 333
Decimal 219 82 219
Hex DB 52 DB

RGB Percentages of Color #db52db

%42.12
%15.77
%42.12

CMYK Percentages of Color #db52db

%0
%63
%0
%14

Triadic Colors of #db52db

#db52db #dbdb52 #52dbdb

Analogous Colors of #db52db

#db52db #db5297 #9752db

Monochromatic Colors of #db52db

#db52db

Complementary Color

#db52db #52db52

#db52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db52db Color CSS Codes

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

#db52db Text Font Color

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

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


#db52db Background Color

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

This div background color is #db52db


#db52db Border Color

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

This div border color is #db52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db52db


Comments

No comments written yet.

Please login to write comment.