Color Hex Logo

#da54db Color Hex

#DA54DB
(218,84,219)
0 Favorites   0 Comments

Color spaces of #da54db

RGB 21884219
HSL0.830.650.59
HSV300°62°86°
CMYK 0.000.620.00   0.14
XYZ44.869926.360569.7410
Yxy26.36050.31830.1870
Hunter Lab51.342566.1478-44.5968
CIE-Lab58.377768.7286-44.1635

#da54db color RGB value is (218,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 11011011
Octal 332 124 333
Decimal 218 84 219
Hex DA 54 DB

RGB Percentages of Color #da54db

%41.84
%16.12
%42.03

CMYK Percentages of Color #da54db

%0
%62
%0
%14

Triadic Colors of #da54db

#da54db #dbda54 #54dbda

Analogous Colors of #da54db

#da54db #db5499 #9754db

Monochromatic Colors of #da54db

#da54db

Complementary Color

#da54db #55db54

#da54db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da54db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da54db Color CSS Codes

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

#da54db Text Font Color

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

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


#da54db Background Color

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

This div background color is #da54db


#da54db Border Color

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

This div border color is #da54db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da54db


Comments

No comments written yet.

Please login to write comment.