Color Hex Logo

#a786dc Color Hex

#A786DC
(167,134,220)
0 Favorites   0 Comments

Color spaces of #a786dc

RGB 167134220
HSL0.730.550.69
HSV263°39°86°
CMYK 0.240.390.00   0.14
XYZ37.379730.433071.6142
Yxy30.43300.26810.2183
Hunter Lab55.166124.4081-38.3514
CIE-Lab62.026030.0080-39.4031

#a786dc color RGB value is (167,134,220).

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

The process color (four color CMYK) of #a786dc color hex is 0.24, 0.39, 0.00, 0.14. Web safe color of #a786dc is #9999cc. Color #a786dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000110 11011100
Octal 247 206 334
Decimal 167 134 220
Hex A7 86 DC

RGB Percentages of Color #a786dc

%32.05
%25.72
%42.23

CMYK Percentages of Color #a786dc

%24
%39
%0
%14

Triadic Colors of #a786dc

#a786dc #dca786 #86dca7

Analogous Colors of #a786dc

#a786dc #d286dc #8690dc

Monochromatic Colors of #a786dc

#a786dc

Complementary Color

#a786dc #bbdc86

#a786dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a786dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a786dc Color CSS Codes

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

#a786dc Text Font Color

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

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


#a786dc Background Color

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

This div background color is #a786dc


#a786dc Border Color

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

This div border color is #a786dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,134,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a786dc


Comments

No comments written yet.

Please login to write comment.