Color Hex Logo

#a749eb Color Hex

#A749EB
(167,73,235)
0 Favorites   0 Comments

Color spaces of #a749eb

RGB 16773235
HSL0.760.800.60
HSV275°69°92°
CMYK 0.290.690.00   0.08
XYZ33.314318.978780.5047
Yxy18.97870.25090.1429
Hunter Lab43.564560.2630-79.0692
CIE-Lab50.662365.1964-65.9144

#a749eb color RGB value is (167,73,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001001 11101011
Octal 247 111 353
Decimal 167 73 235
Hex A7 49 EB

RGB Percentages of Color #a749eb

%35.16
%15.37
%49.47

CMYK Percentages of Color #a749eb

%29
%69
%0
%8

Triadic Colors of #a749eb

#a749eb #eba749 #49eba7

Analogous Colors of #a749eb

#a749eb #eb49de #5649eb

Monochromatic Colors of #a749eb

#a749eb

Complementary Color

#a749eb #8deb49

#a749eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a749eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a749eb Color CSS Codes

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

#a749eb Text Font Color

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

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


#a749eb Background Color

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

This div background color is #a749eb


#a749eb Border Color

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

This div border color is #a749eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a749eb


Comments

No comments written yet.

Please login to write comment.