Color Hex Logo

#a68ebd Color Hex

#A68EBD
(166,142,189)
0 Favorites   0 Comments

Color spaces of #a68ebd

RGB 166142189
HSL0.750.260.65
HSV271°25°74°
CMYK 0.120.250.00   0.26
XYZ34.584231.127152.3295
Yxy31.12710.29300.2637
Hunter Lab55.791713.0134-16.5566
CIE-Lab62.614818.1006-21.1175

#a68ebd color RGB value is (166,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10111101
Octal 246 216 275
Decimal 166 142 189
Hex A6 8E BD

RGB Percentages of Color #a68ebd

%33.40
%28.57
%38.03

CMYK Percentages of Color #a68ebd

%12
%25
%0
%26

Triadic Colors of #a68ebd

#a68ebd #bda68e #8ebda6

Analogous Colors of #a68ebd

#a68ebd #bd8ebd #8f8ebd

Monochromatic Colors of #a68ebd

#a68ebd

Complementary Color

#a68ebd #a5bd8e

#a68ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ebd Color CSS Codes

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

#a68ebd Text Font Color

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

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


#a68ebd Background Color

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

This div background color is #a68ebd


#a68ebd Border Color

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

This div border color is #a68ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ebd


Comments

No comments written yet.

Please login to write comment.