Color Hex Logo

#a668da Color Hex

#A668DA
(166,104,218)
0 Favorites   0 Comments

Color spaces of #a668da

RGB 166104218
HSL0.760.610.63
HSV273°52°85°
CMYK 0.240.520.00   0.15
XYZ33.331123.069669.0258
Yxy23.06960.26570.1839
Hunter Lab48.030839.8165-51.5850
CIE-Lab55.144045.9381-49.1475

#a668da color RGB value is (166,104,218).

#a668da hex color red value is 166, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a668da hue: 0.76 , saturation: 0.61 and the lightness value of a668da is 0.63.

The process color (four color CMYK) of #a668da color hex is 0.24, 0.52, 0.00, 0.15. Web safe color of #a668da is #9966cc. Color #a668da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 11011010
Octal 246 150 332
Decimal 166 104 218
Hex A6 68 DA

RGB Percentages of Color #a668da

%34.02
%21.31
%44.67

CMYK Percentages of Color #a668da

%24
%52
%0
%15

Triadic Colors of #a668da

#a668da #daa668 #68daa6

Analogous Colors of #a668da

#a668da #da68d5 #6d68da

Monochromatic Colors of #a668da

#a668da

Complementary Color

#a668da #9cda68

#a668da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a668da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a668da Color CSS Codes

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

#a668da Text Font Color

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

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


#a668da Background Color

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

This div background color is #a668da


#a668da Border Color

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

This div border color is #a668da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a668da


Comments

No comments written yet.

Please login to write comment.