Color Hex Logo

#da63ed Color Hex

#DA63ED
(218,99,237)
0 Favorites   0 Comments

Color spaces of #da63ed

RGB 21899237
HSL0.810.790.66
HSV292°58°93°
CMYK 0.080.580.00   0.07
XYZ48.661329.943583.3357
Yxy29.94350.30050.1849
Hunter Lab54.720762.9731-51.9900
CIE-Lab61.605465.4862-49.1424

#da63ed color RGB value is (218,99,237).

#da63ed hex color red value is 218, green value is 99 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da63ed hue: 0.81 , saturation: 0.79 and the lightness value of da63ed is 0.66.

The process color (four color CMYK) of #da63ed color hex is 0.08, 0.58, 0.00, 0.07. Web safe color of #da63ed is #cc66ff. Color #da63ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 11101101
Octal 332 143 355
Decimal 218 99 237
Hex DA 63 ED

RGB Percentages of Color #da63ed

%39.35
%17.87
%42.78

CMYK Percentages of Color #da63ed

%8
%58
%0
%7

Triadic Colors of #da63ed

#da63ed #edda63 #63edda

Analogous Colors of #da63ed

#da63ed #ed63bb #9563ed

Monochromatic Colors of #da63ed

#da63ed

Complementary Color

#da63ed #76ed63

#da63ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63ed Color CSS Codes

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

#da63ed Text Font Color

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

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


#da63ed Background Color

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

This div background color is #da63ed


#da63ed Border Color

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

This div border color is #da63ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,99,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63ed


Comments

No comments written yet.

Please login to write comment.