Color Hex Logo

#da66fa Color Hex

#DA66FA
(218,102,250)
0 Favorites   0 Comments

Color spaces of #da66fa

RGB 218102250
HSL0.800.940.69
HSV287°59°98°
CMYK 0.130.590.00   0.02
XYZ50.920131.310393.8022
Yxy31.31030.28930.1779
Hunter Lab55.955664.5143-60.2229
CIE-Lab62.768766.5678-54.4958

#da66fa color RGB value is (218,102,250).

#da66fa hex color red value is 218, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #da66fa hue: 0.80 , saturation: 0.94 and the lightness value of da66fa is 0.69.

The process color (four color CMYK) of #da66fa color hex is 0.13, 0.59, 0.00, 0.02. Web safe color of #da66fa is #cc66ff. Color #da66fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100110 11111010
Octal 332 146 372
Decimal 218 102 250
Hex DA 66 FA

RGB Percentages of Color #da66fa

%38.25
%17.89
%43.86

CMYK Percentages of Color #da66fa

%13
%59
%0
%2

Triadic Colors of #da66fa

#da66fa #fada66 #66fada

Analogous Colors of #da66fa

#da66fa #fa66d0 #9066fa

Monochromatic Colors of #da66fa

#da66fa

Complementary Color

#da66fa #86fa66

#da66fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da66fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da66fa Color CSS Codes

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

#da66fa Text Font Color

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

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


#da66fa Background Color

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

This div background color is #da66fa


#da66fa Border Color

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

This div border color is #da66fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da66fa


Comments

No comments written yet.

Please login to write comment.