Color Hex Logo

#a69ec4 Color Hex

#A69EC4
(166,158,196)
0 Favorites   0 Comments

Color spaces of #a69ec4

RGB 166158196
HSL0.700.240.69
HSV253°19°77°
CMYK 0.150.190.00   0.23
XYZ37.916636.546257.2803
Yxy36.54620.28780.2774
Hunter Lab60.45356.1622-13.8605
CIE-Lab66.935210.5936-18.4609

#a69ec4 color RGB value is (166,158,196).

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

The process color (four color CMYK) of #a69ec4 color hex is 0.15, 0.19, 0.00, 0.23. Web safe color of #a69ec4 is #9999cc. Color #a69ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 11000100
Octal 246 236 304
Decimal 166 158 196
Hex A6 9E C4

RGB Percentages of Color #a69ec4

%31.92
%30.38
%37.69

CMYK Percentages of Color #a69ec4

%15
%19
%0
%23

Triadic Colors of #a69ec4

#a69ec4 #c4a69e #9ec4a6

Analogous Colors of #a69ec4

#a69ec4 #b99ec4 #9ea9c4

Monochromatic Colors of #a69ec4

#a69ec4

Complementary Color

#a69ec4 #bcc49e

#a69ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ec4 Color CSS Codes

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

#a69ec4 Text Font Color

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

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


#a69ec4 Background Color

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

This div background color is #a69ec4


#a69ec4 Border Color

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

This div border color is #a69ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ec4


Comments

No comments written yet.

Please login to write comment.