Color Hex Logo

#da63db Color Hex

#DA63DB
(218,99,219)
0 Favorites   0 Comments

Color spaces of #da63db

RGB 21899219
HSL0.830.630.62
HSV300°55°86°
CMYK 0.000.550.00   0.14
XYZ46.161528.943670.1715
Yxy28.94360.31770.1992
Hunter Lab53.799359.0101-39.6737
CIE-Lab60.731862.2817-40.4586

#da63db color RGB value is (218,99,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 11011011
Octal 332 143 333
Decimal 218 99 219
Hex DA 63 DB

RGB Percentages of Color #da63db

%40.67
%18.47
%40.86

CMYK Percentages of Color #da63db

%0
%55
%0
%14

Triadic Colors of #da63db

#da63db #dbda63 #63dbda

Analogous Colors of #da63db

#da63db #db63a0 #9e63db

Monochromatic Colors of #da63db

#da63db

Complementary Color

#da63db #64db63

#da63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63db Color CSS Codes

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

#da63db Text Font Color

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

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


#da63db Background Color

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

This div background color is #da63db


#da63db Border Color

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

This div border color is #da63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63db


Comments

No comments written yet.

Please login to write comment.