Color Hex Logo

#a832fe Color Hex

#A832FE
(168,50,254)
0 Favorites   0 Comments

Color spaces of #a832fe

RGB 16850254
HSL0.760.990.60
HSV275°80°100°
CMYK 0.340.800.00   0.00
XYZ35.178417.761895.3402
Yxy17.76180.23720.1198
Hunter Lab42.144875.2414-104.6250
CIE-Lab49.205977.9302-78.9143

#a832fe color RGB value is (168,50,254).

#a832fe hex color red value is 168, green value is 50 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a832fe hue: 0.76 , saturation: 0.99 and the lightness value of a832fe is 0.60.

The process color (four color CMYK) of #a832fe color hex is 0.34, 0.80, 0.00, 0.00. Web safe color of #a832fe is #9933ff. Color #a832fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11111110
Octal 250 62 376
Decimal 168 50 254
Hex A8 32 FE

RGB Percentages of Color #a832fe

%35.59
%10.59
%53.81

CMYK Percentages of Color #a832fe

%34
%80
%0
%0

Triadic Colors of #a832fe

#a832fe #fea832 #32fea8

Analogous Colors of #a832fe

#a832fe #fe32ee #4232fe

Monochromatic Colors of #a832fe

#a832fe

Complementary Color

#a832fe #88fe32

#a832fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832fe Color CSS Codes

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

#a832fe Text Font Color

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

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


#a832fe Background Color

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

This div background color is #a832fe


#a832fe Border Color

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

This div border color is #a832fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832fe

Related Colors


Comments

No comments written yet.

Please login to write comment.