Color Hex Logo

#a694ef Color Hex

#A694EF
(166,148,239)
0 Favorites   0 Comments

Color spaces of #a694ef

RGB 166148239
HSL0.700.740.76
HSV252°38°94°
CMYK 0.310.380.00   0.06
XYZ41.895835.518886.3090
Yxy35.51880.25590.2169
Hunter Lab59.597721.1856-44.1451
CIE-Lab66.150626.4254-43.4563

#a694ef color RGB value is (166,148,239).

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

The process color (four color CMYK) of #a694ef color hex is 0.31, 0.38, 0.00, 0.06. Web safe color of #a694ef is #9999ff. Color #a694ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 11101111
Octal 246 224 357
Decimal 166 148 239
Hex A6 94 EF

RGB Percentages of Color #a694ef

%30.02
%26.76
%43.22

CMYK Percentages of Color #a694ef

%31
%38
%0
%6

Triadic Colors of #a694ef

#a694ef #efa694 #94efa6

Analogous Colors of #a694ef

#a694ef #d494ef #94b0ef

Monochromatic Colors of #a694ef

#a694ef

Complementary Color

#a694ef #ddef94

#a694ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a694ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a694ef Color CSS Codes

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

#a694ef Text Font Color

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

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


#a694ef Background Color

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

This div background color is #a694ef


#a694ef Border Color

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

This div border color is #a694ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a694ef


Comments

No comments written yet.

Please login to write comment.