color codes Logo

#a68acd color codes

#A68ACD
(166,138,205)
0 Favorites   0 Comments

Color spaces of #a68acd

RGB 166138205
HSL0.740.400.67
HSV265°33°80°
CMYK 0.190.330.00   0.20
XYZ35.833830.691761.7931
Yxy30.69170.27930.2392
Hunter Lab55.400118.5069-27.3518
CIE-Lab62.246523.9365-30.6781

#a68acd color RGB value is (166,138,205).

#a68acd hex color red value is 166, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a68acd hue: 0.74 , saturation: 0.40 and the lightness value of a68acd is 0.67.

The process color (four color CMYK) of #a68acd color code is 0.19, 0.33, 0.00, 0.20. Web safe color of #a68acd is #9999cc. Color #a68acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001010 11001101
Octal 246 212 315
Decimal 166 138 205
Hex A6 8A CD

RGB Percentages of Color #a68acd

%32.61
%27.11
%40.28

CMYK Percentages of Color #a68acd

%19
%33
%0
%20

Triadic Colors of #a68acd

#a68acd #cda68a #8acda6

Analogous Colors of #a68acd

#a68acd #c88acd #8a90cd

Monochromatic Colors of #a68acd

#a68acd

Complementary Color

#a68acd #b1cd8a

#a68acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68acd Color CSS Codes

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

#a68acd Text Font Color

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

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


#a68acd Background Color

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

This div background color is #a68acd


#a68acd Border Color

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

This div border color is #a68acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68acd


Comments

No comments written yet.

Please login to write comment.