Color Hex Logo

#a68aeb Color Hex

#A68AEB
(166,138,235)
0 Favorites   0 Comments

Color spaces of #a68aeb

RGB 166138235
HSL0.710.710.73
HSV257°41°92°
CMYK 0.290.410.00   0.08
XYZ39.809832.282182.7301
Yxy32.28210.25710.2085
Hunter Lab56.817325.6380-46.5583
CIE-Lab63.575431.1023-45.3018

#a68aeb color RGB value is (166,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001010 11101011
Octal 246 212 353
Decimal 166 138 235
Hex A6 8A EB

RGB Percentages of Color #a68aeb

%30.80
%25.60
%43.60

CMYK Percentages of Color #a68aeb

%29
%41
%0
%8

Triadic Colors of #a68aeb

#a68aeb #eba68a #8aeba6

Analogous Colors of #a68aeb

#a68aeb #d78aeb #8a9feb

Monochromatic Colors of #a68aeb

#a68aeb

Complementary Color

#a68aeb #cfeb8a

#a68aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68aeb Color CSS Codes

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

#a68aeb Text Font Color

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

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


#a68aeb Background Color

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

This div background color is #a68aeb


#a68aeb Border Color

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

This div border color is #a68aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68aeb


Comments

No comments written yet.

Please login to write comment.