Color Hex Logo

#a68cbf Color Hex

#A68CBF
(166,140,191)
0 Favorites   0 Comments

Color spaces of #a68cbf

RGB 166140191
HSL0.750.280.65
HSV271°27°75°
CMYK 0.130.270.00   0.25
XYZ34.507930.624753.3826
Yxy30.62470.29120.2584
Hunter Lab55.339614.4623-18.4556
CIE-Lab62.189519.6709-22.8946

#a68cbf color RGB value is (166,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 10111111
Octal 246 214 277
Decimal 166 140 191
Hex A6 8C BF

RGB Percentages of Color #a68cbf

%33.40
%28.17
%38.43

CMYK Percentages of Color #a68cbf

%13
%27
%0
%25

Triadic Colors of #a68cbf

#a68cbf #bfa68c #8cbfa6

Analogous Colors of #a68cbf

#a68cbf #bf8cbf #8d8cbf

Monochromatic Colors of #a68cbf

#a68cbf

Complementary Color

#a68cbf #a5bf8c

#a68cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cbf Color CSS Codes

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

#a68cbf Text Font Color

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

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


#a68cbf Background Color

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

This div background color is #a68cbf


#a68cbf Border Color

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

This div border color is #a68cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cbf


Comments

No comments written yet.

Please login to write comment.