Color Hex Logo

#db54dd Color Hex

#DB54DD
(219,84,221)
0 Favorites   0 Comments

Color spaces of #db54dd

RGB 21984221
HSL0.830.670.60
HSV299°62°87°
CMYK 0.010.620.00   0.13
XYZ45.434926.621271.1503
Yxy26.62120.31730.1859
Hunter Lab51.595766.8935-45.6436
CIE-Lab58.622169.3025-44.8957

#db54dd color RGB value is (219,84,221).

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

The process color (four color CMYK) of #db54dd color hex is 0.01, 0.62, 0.00, 0.13. Web safe color of #db54dd is #cc66cc. Color #db54dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010100 11011101
Octal 333 124 335
Decimal 219 84 221
Hex DB 54 DD

RGB Percentages of Color #db54dd

%41.79
%16.03
%42.18

CMYK Percentages of Color #db54dd

%1
%62
%0
%13

Triadic Colors of #db54dd

#db54dd #dddb54 #54dddb

Analogous Colors of #db54dd

#db54dd #dd549b #9754dd

Monochromatic Colors of #db54dd

#db54dd

Complementary Color

#db54dd #56dd54

#db54dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db54dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db54dd Color CSS Codes

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

#db54dd Text Font Color

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

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


#db54dd Background Color

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

This div background color is #db54dd


#db54dd Border Color

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

This div border color is #db54dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db54dd


Comments

No comments written yet.

Please login to write comment.