Color Hex Logo

#a722eb Color Hex

#A722EB
(167,34,235)
0 Favorites   0 Comments

Color spaces of #a722eb

RGB 16734235
HSL0.780.830.53
HSV280°86°92°
CMYK 0.290.860.00   0.08
XYZ31.503815.357779.9012
Yxy15.35770.24850.1212
Hunter Lab39.188974.9149-93.4526
CIE-Lab46.120378.2684-73.2924

#a722eb color RGB value is (167,34,235).

#a722eb hex color red value is 167, green value is 34 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a722eb hue: 0.78 , saturation: 0.83 and the lightness value of a722eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100010 11101011
Octal 247 42 353
Decimal 167 34 235
Hex A7 22 EB

RGB Percentages of Color #a722eb

%38.30
%7.80
%53.90

CMYK Percentages of Color #a722eb

%29
%86
%0
%8

Triadic Colors of #a722eb

#a722eb #eba722 #22eba7

Analogous Colors of #a722eb

#a722eb #eb22cb #4322eb

Monochromatic Colors of #a722eb

#a722eb

Complementary Color

#a722eb #66eb22

#a722eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a722eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a722eb Color CSS Codes

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

#a722eb Text Font Color

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

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


#a722eb Background Color

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

This div background color is #a722eb


#a722eb Border Color

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

This div border color is #a722eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a722eb


Comments

No comments written yet.

Please login to write comment.