Color Hex Logo

#a347eb Color Hex

#A347EB
(163,71,235)
0 Favorites   0 Comments

Color spaces of #a347eb

RGB 16371235
HSL0.760.800.60
HSV274°70°92°
CMYK 0.310.700.00   0.08
XYZ32.352918.291280.4226
Yxy18.29120.24680.1396
Hunter Lab42.768260.1856-81.5529
CIE-Lab49.847465.2844-67.2579

#a347eb color RGB value is (163,71,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 11101011
Octal 243 107 353
Decimal 163 71 235
Hex A3 47 EB

RGB Percentages of Color #a347eb

%34.75
%15.14
%50.11

CMYK Percentages of Color #a347eb

%31
%70
%0
%8

Triadic Colors of #a347eb

#a347eb #eba347 #47eba3

Analogous Colors of #a347eb

#a347eb #eb47e1 #5147eb

Monochromatic Colors of #a347eb

#a347eb

Complementary Color

#a347eb #8feb47

#a347eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a347eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a347eb Color CSS Codes

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

#a347eb Text Font Color

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

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


#a347eb Background Color

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

This div background color is #a347eb


#a347eb Border Color

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

This div border color is #a347eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a347eb


Comments

No comments written yet.

Please login to write comment.