Color Hex Logo

#da63da Color Hex

#DA63DA
(218,99,218)
0 Favorites   0 Comments

Color spaces of #da63da

RGB 21899218
HSL0.830.620.62
HSV300°55°85°
CMYK 0.000.550.00   0.15
XYZ46.030228.891169.4801
Yxy28.89110.31880.2001
Hunter Lab53.750458.7986-39.0155
CIE-Lab60.685462.1088-39.9694

#da63da color RGB value is (218,99,218).

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

The process color (four color CMYK) of #da63da color hex is 0.00, 0.55, 0.00, 0.15. Web safe color of #da63da is #cc66cc. Color #da63da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 11011010
Octal 332 143 332
Decimal 218 99 218
Hex DA 63 DA

RGB Percentages of Color #da63da

%40.75
%18.50
%40.75

CMYK Percentages of Color #da63da

%0
%55
%0
%15

Triadic Colors of #da63da

#da63da #dada63 #63dada

Analogous Colors of #da63da

#da63da #da639f #9f63da

Monochromatic Colors of #da63da

#da63da

Complementary Color

#da63da #63da63

#da63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#da63da Color CSS Codes

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

#da63da Text Font Color

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

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


#da63da Background Color

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

This div background color is #da63da


#da63da Border Color

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

This div border color is #da63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da63da


Comments

No comments written yet.

Please login to write comment.