Color Hex Logo

#a786ef Color Hex

#A786EF
(167,134,239)
0 Favorites   0 Comments

Color spaces of #a786ef

RGB 167134239
HSL0.720.770.73
HSV259°44°94°
CMYK 0.300.440.00   0.06
XYZ40.041431.497785.6306
Yxy31.49770.25480.2004
Hunter Lab56.122829.1377-51.1770
CIE-Lab62.925534.6273-48.5305

#a786ef color RGB value is (167,134,239).

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

The process color (four color CMYK) of #a786ef color hex is 0.30, 0.44, 0.00, 0.06. Web safe color of #a786ef is #9999ff. Color #a786ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000110 11101111
Octal 247 206 357
Decimal 167 134 239
Hex A7 86 EF

RGB Percentages of Color #a786ef

%30.93
%24.81
%44.26

CMYK Percentages of Color #a786ef

%30
%44
%0
%6

Triadic Colors of #a786ef

#a786ef #efa786 #86efa7

Analogous Colors of #a786ef

#a786ef #dc86ef #869aef

Monochromatic Colors of #a786ef

#a786ef

Complementary Color

#a786ef #ceef86

#a786ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a786ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a786ef Color CSS Codes

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

#a786ef Text Font Color

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

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


#a786ef Background Color

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

This div background color is #a786ef


#a786ef Border Color

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

This div border color is #a786ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a786ef


Comments

No comments written yet.

Please login to write comment.