Color Hex Logo

#a834e9 Color Hex

#A834E9
(168,52,233)
0 Favorites   0 Comments

Color spaces of #a834e9

RGB 16852233
HSL0.770.800.56
HSV278°78°91°
CMYK 0.280.780.00   0.09
XYZ32.084416.664078.6162
Yxy16.66400.25190.1308
Hunter Lab40.821668.8574-85.6085
CIE-Lab47.833972.9951-69.3657

#a834e9 color RGB value is (168,52,233).

#a834e9 hex color red value is 168, green value is 52 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a834e9 hue: 0.77 , saturation: 0.80 and the lightness value of a834e9 is 0.56.

The process color (four color CMYK) of #a834e9 color hex is 0.28, 0.78, 0.00, 0.09. Web safe color of #a834e9 is #9933ff. Color #a834e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 11101001
Octal 250 64 351
Decimal 168 52 233
Hex A8 34 E9

RGB Percentages of Color #a834e9

%37.09
%11.48
%51.43

CMYK Percentages of Color #a834e9

%28
%78
%0
%9

Triadic Colors of #a834e9

#a834e9 #e9a834 #34e9a8

Analogous Colors of #a834e9

#a834e9 #e934d0 #4d34e9

Monochromatic Colors of #a834e9

#a834e9

Complementary Color

#a834e9 #75e934

#a834e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a834e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a834e9 Color CSS Codes

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

#a834e9 Text Font Color

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

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


#a834e9 Background Color

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

This div background color is #a834e9


#a834e9 Border Color

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

This div border color is #a834e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,52,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a834e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a834e9;
  -webkit-box-shadow: 1px 1px 3px 2px #a834e9;
  box-shadow:         1px 1px 3px 2px #a834e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,52,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a834e9


Comments

No comments written yet.

Please login to write comment.