Color Hex Logo

#a032ee Color Hex

#A032EE
(160,50,238)
0 Favorites   0 Comments

Color spaces of #a032ee

RGB 16050238
HSL0.760.850.56
HSV275°79°93°
CMYK 0.330.790.00   0.07
XYZ31.070415.927882.3257
Yxy15.92780.24030.1232
Hunter Lab39.909669.1237-94.3668
CIE-Lab46.879673.4013-73.7897

#a032ee color RGB value is (160,50,238).

#a032ee hex color red value is 160, green value is 50 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a032ee hue: 0.76 , saturation: 0.85 and the lightness value of a032ee is 0.56.

The process color (four color CMYK) of #a032ee color hex is 0.33, 0.79, 0.00, 0.07. Web safe color of #a032ee is #9933ff. Color #a032ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11101110
Octal 240 62 356
Decimal 160 50 238
Hex A0 32 EE

RGB Percentages of Color #a032ee

%35.71
%11.16
%53.13

CMYK Percentages of Color #a032ee

%33
%79
%0
%7

Triadic Colors of #a032ee

#a032ee #eea032 #32eea0

Analogous Colors of #a032ee

#a032ee #ee32de #4232ee

Monochromatic Colors of #a032ee

#a032ee

Complementary Color

#a032ee #80ee32

#a032ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ee Color CSS Codes

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

#a032ee Text Font Color

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

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


#a032ee Background Color

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

This div background color is #a032ee


#a032ee Border Color

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

This div border color is #a032ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ee


Comments

No comments written yet.

Please login to write comment.