Color Hex Logo

#a832e8 Color Hex

#A832E8
(168,50,232)
0 Favorites   0 Comments

Color spaces of #a832e8

RGB 16850232
HSL0.770.800.55
HSV279°78°91°
CMYK 0.280.780.00   0.09
XYZ31.854516.432277.8367
Yxy16.43220.25260.1303
Hunter Lab40.536769.3297-85.4704
CIE-Lab47.536573.4433-69.2834

#a832e8 color RGB value is (168,50,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11101000
Octal 250 62 350
Decimal 168 50 232
Hex A8 32 E8

RGB Percentages of Color #a832e8

%37.33
%11.11
%51.56

CMYK Percentages of Color #a832e8

%28
%78
%0
%9

Triadic Colors of #a832e8

#a832e8 #e8a832 #32e8a8

Analogous Colors of #a832e8

#a832e8 #e832cd #4d32e8

Monochromatic Colors of #a832e8

#a832e8

Complementary Color

#a832e8 #72e832

#a832e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832e8 Color CSS Codes

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

#a832e8 Text Font Color

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

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


#a832e8 Background Color

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

This div background color is #a832e8


#a832e8 Border Color

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

This div border color is #a832e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832e8


Comments

No comments written yet.

Please login to write comment.