Color Hex Logo

#a684ef Color Hex

#A684EF
(166,132,239)
0 Favorites   0 Comments

Color spaces of #a684ef

RGB 166132239
HSL0.720.770.73
HSV259°45°94°
CMYK 0.310.450.00   0.06
XYZ39.557130.841585.5295
Yxy30.84150.25370.1978
Hunter Lab55.535129.9573-52.4378
CIE-Lab62.373635.4891-49.4095

#a684ef color RGB value is (166,132,239).

#a684ef hex color red value is 166, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a684ef hue: 0.72 , saturation: 0.77 and the lightness value of a684ef is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 11101111
Octal 246 204 357
Decimal 166 132 239
Hex A6 84 EF

RGB Percentages of Color #a684ef

%30.91
%24.58
%44.51

CMYK Percentages of Color #a684ef

%31
%45
%0
%6

Triadic Colors of #a684ef

#a684ef #efa684 #84efa6

Analogous Colors of #a684ef

#a684ef #dc84ef #8498ef

Monochromatic Colors of #a684ef

#a684ef

Complementary Color

#a684ef #cdef84

#a684ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a684ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a684ef Color CSS Codes

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

#a684ef Text Font Color

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

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


#a684ef Background Color

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

This div background color is #a684ef


#a684ef Border Color

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

This div border color is #a684ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,132,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 #a684ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a684ef


Comments

No comments written yet.

Please login to write comment.