Color Hex Logo

#a694eb Color Hex

#A694EB
(166,148,235)
0 Favorites   0 Comments

Color spaces of #a694eb

RGB 166148235
HSL0.700.690.75
HSV252°37°92°
CMYK 0.290.370.00   0.08
XYZ41.311235.285083.2306
Yxy35.28500.25850.2208
Hunter Lab59.401220.1877-41.4940
CIE-Lab65.970025.4258-41.5405

#a694eb color RGB value is (166,148,235).

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

The process color (four color CMYK) of #a694eb color hex is 0.29, 0.37, 0.00, 0.08. Web safe color of #a694eb is #9999ff. Color #a694eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 11101011
Octal 246 224 353
Decimal 166 148 235
Hex A6 94 EB

RGB Percentages of Color #a694eb

%30.24
%26.96
%42.81

CMYK Percentages of Color #a694eb

%29
%37
%0
%8

Triadic Colors of #a694eb

#a694eb #eba694 #94eba6

Analogous Colors of #a694eb

#a694eb #d294eb #94aeeb

Monochromatic Colors of #a694eb

#a694eb

Complementary Color

#a694eb #d9eb94

#a694eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a694eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a694eb Color CSS Codes

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

#a694eb Text Font Color

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

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


#a694eb Background Color

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

This div background color is #a694eb


#a694eb Border Color

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

This div border color is #a694eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a694eb


Comments

No comments written yet.

Please login to write comment.