Color Hex Logo

#a68bea Color Hex

#A68BEA
(166,139,234)
0 Favorites   0 Comments

Color spaces of #a68bea

RGB 166139234
HSL0.710.690.73
HSV257°41°92°
CMYK 0.290.410.00   0.08
XYZ39.809832.512782.0193
Yxy32.51270.25790.2107
Hunter Lab57.019924.8392-45.3707
CIE-Lab63.764430.2876-44.4517

#a68bea color RGB value is (166,139,234).

#a68bea hex color red value is 166, green value is 139 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a68bea hue: 0.71 , saturation: 0.69 and the lightness value of a68bea is 0.73.

The process color (four color CMYK) of #a68bea color hex is 0.29, 0.41, 0.00, 0.08. Web safe color of #a68bea is #9999ff. Color #a68bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 11101010
Octal 246 213 352
Decimal 166 139 234
Hex A6 8B EA

RGB Percentages of Color #a68bea

%30.80
%25.79
%43.41

CMYK Percentages of Color #a68bea

%29
%41
%0
%8

Triadic Colors of #a68bea

#a68bea #eaa68b #8beaa6

Analogous Colors of #a68bea

#a68bea #d68bea #8ba0ea

Monochromatic Colors of #a68bea

#a68bea

Complementary Color

#a68bea #cfea8b

#a68bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68bea Color CSS Codes

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

#a68bea Text Font Color

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

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


#a68bea Background Color

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

This div background color is #a68bea


#a68bea Border Color

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

This div border color is #a68bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68bea


Comments

No comments written yet.

Please login to write comment.