Color Hex Logo

#a68cca Color Hex

#A68CCA
(166,140,202)
0 Favorites   0 Comments

Color spaces of #a68cca

RGB 166140202
HSL0.740.370.67
HSV265°31°79°
CMYK 0.180.310.00   0.21
XYZ35.764631.127460.0003
Yxy31.12740.28190.2453
Hunter Lab55.791916.7889-24.7079
CIE-Lab62.615022.1153-28.4256

#a68cca color RGB value is (166,140,202).

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

The process color (four color CMYK) of #a68cca color hex is 0.18, 0.31, 0.00, 0.21. Web safe color of #a68cca is #9999cc. Color #a68cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11001010
Octal 246 214 312
Decimal 166 140 202
Hex A6 8C CA

RGB Percentages of Color #a68cca

%32.68
%27.56
%39.76

CMYK Percentages of Color #a68cca

%18
%31
%0
%21

Triadic Colors of #a68cca

#a68cca #caa68c #8ccaa6

Analogous Colors of #a68cca

#a68cca #c58cca #8c91ca

Monochromatic Colors of #a68cca

#a68cca

Complementary Color

#a68cca #b0ca8c

#a68cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cca Color CSS Codes

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

#a68cca Text Font Color

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

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


#a68cca Background Color

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

This div background color is #a68cca


#a68cca Border Color

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

This div border color is #a68cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cca


Comments

No comments written yet.

Please login to write comment.