Color Hex Logo

#db48db Color Hex

#DB48DB
(219,72,219)
0 Favorites   0 Comments

Color spaces of #db48db

RGB 21972219
HSL0.830.670.57
HSV300°67°86°
CMYK 0.000.670.00   0.14
XYZ44.317024.809369.4707
Yxy24.80930.31980.1790
Hunter Lab49.808971.6529-47.8281
CIE-Lab56.889173.5389-46.5069

#db48db color RGB value is (219,72,219).

#db48db hex color red value is 219, green value is 72 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db48db hue: 0.83 , saturation: 0.67 and the lightness value of db48db is 0.57.

The process color (four color CMYK) of #db48db color hex is 0.00, 0.67, 0.00, 0.14. Web safe color of #db48db is #cc33cc. Color #db48db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 11011011
Octal 333 110 333
Decimal 219 72 219
Hex DB 48 DB

RGB Percentages of Color #db48db

%42.94
%14.12
%42.94

CMYK Percentages of Color #db48db

%0
%67
%0
%14

Triadic Colors of #db48db

#db48db #dbdb48 #48dbdb

Analogous Colors of #db48db

#db48db #db4892 #9248db

Monochromatic Colors of #db48db

#db48db

Complementary Color

#db48db #48db48

#db48db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db48db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db48db Color CSS Codes

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

#db48db Text Font Color

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

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


#db48db Background Color

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

This div background color is #db48db


#db48db Border Color

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

This div border color is #db48db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db48db


Comments

No comments written yet.

Please login to write comment.