Color Hex Logo

#da61db Color Hex

#DA61DB
(218,97,219)
0 Favorites   0 Comments

Color spaces of #da61db

RGB 21897219
HSL0.830.630.62
HSV300°56°86°
CMYK 0.000.560.00   0.14
XYZ45.974328.569370.1091
Yxy28.56930.31780.1975
Hunter Lab53.450359.9957-40.3537
CIE-Lab60.399663.1816-40.9801

#da61db color RGB value is (218,97,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100001 11011011
Octal 332 141 333
Decimal 218 97 219
Hex DA 61 DB

RGB Percentages of Color #da61db

%40.82
%18.16
%41.01

CMYK Percentages of Color #da61db

%0
%56
%0
%14

Triadic Colors of #da61db

#da61db #dbda61 #61dbda

Analogous Colors of #da61db

#da61db #db619f #9d61db

Monochromatic Colors of #da61db

#da61db

Complementary Color

#da61db #62db61

#da61db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da61db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da61db Color CSS Codes

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

#da61db Text Font Color

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

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


#da61db Background Color

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

This div background color is #da61db


#da61db Border Color

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

This div border color is #da61db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da61db


Comments

No comments written yet.

Please login to write comment.