Color Hex Logo

#a67ecb Color Hex

#A67ECB
(166,126,203)
0 Favorites   0 Comments

Color spaces of #a67ecb

RGB 166126203
HSL0.750.430.65
HSV271°38°80°
CMYK 0.180.380.00   0.20
XYZ33.966227.340559.9869
Yxy27.34050.28000.2254
Hunter Lab52.288124.4487-31.4180
CIE-Lab59.288230.3004-34.1493

#a67ecb color RGB value is (166,126,203).

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

The process color (four color CMYK) of #a67ecb color hex is 0.18, 0.38, 0.00, 0.20. Web safe color of #a67ecb is #9966cc. Color #a67ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 11001011
Octal 246 176 313
Decimal 166 126 203
Hex A6 7E CB

RGB Percentages of Color #a67ecb

%33.54
%25.45
%41.01

CMYK Percentages of Color #a67ecb

%18
%38
%0
%20

Triadic Colors of #a67ecb

#a67ecb #cba67e #7ecba6

Analogous Colors of #a67ecb

#a67ecb #cb7eca #807ecb

Monochromatic Colors of #a67ecb

#a67ecb

Complementary Color

#a67ecb #a3cb7e

#a67ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ecb Color CSS Codes

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

#a67ecb Text Font Color

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

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


#a67ecb Background Color

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

This div background color is #a67ecb


#a67ecb Border Color

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

This div border color is #a67ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ecb


Comments

No comments written yet.

Please login to write comment.