Color Hex Logo

#a756ef Color Hex

#A756EF
(167,86,239)
0 Favorites   0 Comments

Color spaces of #a756ef

RGB 16786239
HSL0.750.830.64
HSV272°64°94°
CMYK 0.300.640.00   0.06
XYZ34.844121.103183.8982
Yxy21.10310.24920.1509
Hunter Lab45.938155.0007-76.1265
CIE-Lab53.062160.1677-64.2829

#a756ef color RGB value is (167,86,239).

#a756ef hex color red value is 167, green value is 86 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a756ef hue: 0.75 , saturation: 0.83 and the lightness value of a756ef is 0.64.

The process color (four color CMYK) of #a756ef color hex is 0.30, 0.64, 0.00, 0.06. Web safe color of #a756ef is #9966ff. Color #a756ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010110 11101111
Octal 247 126 357
Decimal 167 86 239
Hex A7 56 EF

RGB Percentages of Color #a756ef

%33.94
%17.48
%48.58

CMYK Percentages of Color #a756ef

%30
%64
%0
%6

Triadic Colors of #a756ef

#a756ef #efa756 #56efa7

Analogous Colors of #a756ef

#a756ef #ef56eb #5a56ef

Monochromatic Colors of #a756ef

#a756ef

Complementary Color

#a756ef #9eef56

#a756ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a756ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a756ef Color CSS Codes

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

#a756ef Text Font Color

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

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


#a756ef Background Color

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

This div background color is #a756ef


#a756ef Border Color

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

This div border color is #a756ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a756ef


Comments

No comments written yet.

Please login to write comment.