Color Hex Logo

#a747eb Color Hex

#A747EB
(167,71,235)
0 Favorites   0 Comments

Color spaces of #a747eb

RGB 16771235
HSL0.760.800.60
HSV275°70°92°
CMYK 0.290.700.00   0.08
XYZ33.185018.720180.4616
Yxy18.72010.25070.1414
Hunter Lab43.266761.1903-79.9728
CIE-Lab50.358166.0508-66.4066

#a747eb color RGB value is (167,71,235).

#a747eb hex color red value is 167, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a747eb hue: 0.76 , saturation: 0.80 and the lightness value of a747eb is 0.60.

The process color (four color CMYK) of #a747eb color hex is 0.29, 0.70, 0.00, 0.08. Web safe color of #a747eb is #9933ff. Color #a747eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 11101011
Octal 247 107 353
Decimal 167 71 235
Hex A7 47 EB

RGB Percentages of Color #a747eb

%35.31
%15.01
%49.68

CMYK Percentages of Color #a747eb

%29
%70
%0
%8

Triadic Colors of #a747eb

#a747eb #eba747 #47eba7

Analogous Colors of #a747eb

#a747eb #eb47dd #5547eb

Monochromatic Colors of #a747eb

#a747eb

Complementary Color

#a747eb #8beb47

#a747eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747eb Color CSS Codes

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

#a747eb Text Font Color

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

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


#a747eb Background Color

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

This div background color is #a747eb


#a747eb Border Color

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

This div border color is #a747eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747eb


Comments

No comments written yet.

Please login to write comment.