Color Hex Logo

#a69eca Color Hex

#A69ECA
(166,158,202)
0 Favorites   0 Comments

Color spaces of #a69eca

RGB 166158202
HSL0.700.290.71
HSV251°22°79°
CMYK 0.180.220.00   0.21
XYZ38.613436.825060.9499
Yxy36.82500.28310.2700
Hunter Lab60.68367.3845-17.0717
CIE-Lab67.145511.9279-21.4749

#a69eca color RGB value is (166,158,202).

#a69eca hex color red value is 166, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a69eca hue: 0.70 , saturation: 0.29 and the lightness value of a69eca is 0.71.

The process color (four color CMYK) of #a69eca color hex is 0.18, 0.22, 0.00, 0.21. Web safe color of #a69eca is #9999cc. Color #a69eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 11001010
Octal 246 236 312
Decimal 166 158 202
Hex A6 9E CA

RGB Percentages of Color #a69eca

%31.56
%30.04
%38.40

CMYK Percentages of Color #a69eca

%18
%22
%0
%21

Triadic Colors of #a69eca

#a69eca #caa69e #9ecaa6

Analogous Colors of #a69eca

#a69eca #bc9eca #9eacca

Monochromatic Colors of #a69eca

#a69eca

Complementary Color

#a69eca #c2ca9e

#a69eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69eca Color CSS Codes

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

#a69eca Text Font Color

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

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


#a69eca Background Color

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

This div background color is #a69eca


#a69eca Border Color

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

This div border color is #a69eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69eca


Comments

No comments written yet.

Please login to write comment.