Color Hex Logo

#a68cbe Color Hex

#A68CBE
(166,140,190)
0 Favorites   0 Comments

Color spaces of #a68cbe

RGB 166140190
HSL0.750.280.65
HSV271°26°75°
CMYK 0.130.260.00   0.25
XYZ34.398230.580952.8049
Yxy30.58090.29200.2596
Hunter Lab55.300014.2572-17.9049
CIE-Lab62.152219.4533-22.3880

#a68cbe color RGB value is (166,140,190).

#a68cbe hex color red value is 166, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a68cbe hue: 0.75 , saturation: 0.28 and the lightness value of a68cbe is 0.65.

The process color (four color CMYK) of #a68cbe color hex is 0.13, 0.26, 0.00, 0.25. Web safe color of #a68cbe is #9999cc. Color #a68cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 10111110
Octal 246 214 276
Decimal 166 140 190
Hex A6 8C BE

RGB Percentages of Color #a68cbe

%33.47
%28.23
%38.31

CMYK Percentages of Color #a68cbe

%13
%26
%0
%25

Triadic Colors of #a68cbe

#a68cbe #bea68c #8cbea6

Analogous Colors of #a68cbe

#a68cbe #be8cbd #8d8cbe

Monochromatic Colors of #a68cbe

#a68cbe

Complementary Color

#a68cbe #a4be8c

#a68cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cbe Color CSS Codes

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

#a68cbe Text Font Color

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

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


#a68cbe Background Color

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

This div background color is #a68cbe


#a68cbe Border Color

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

This div border color is #a68cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cbe


Comments

No comments written yet.

Please login to write comment.