Color Hex Logo

#a33eec Color Hex

#A33EEC
(163,62,236)
0 Favorites   0 Comments

Color spaces of #a33eec

RGB 16362236
HSL0.760.820.58
HSV275°74°93°
CMYK 0.310.740.00   0.07
XYZ31.967217.287981.0089
Yxy17.28790.24540.1327
Hunter Lab41.578764.4744-86.4111
CIE-Lab48.620869.1788-69.8111

#a33eec color RGB value is (163,62,236).

#a33eec hex color red value is 163, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a33eec hue: 0.76 , saturation: 0.82 and the lightness value of a33eec is 0.58.

The process color (four color CMYK) of #a33eec color hex is 0.31, 0.74, 0.00, 0.07. Web safe color of #a33eec is #9933ff. Color #a33eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111110 11101100
Octal 243 76 354
Decimal 163 62 236
Hex A3 3E EC

RGB Percentages of Color #a33eec

%35.36
%13.45
%51.19

CMYK Percentages of Color #a33eec

%31
%74
%0
%7

Triadic Colors of #a33eec

#a33eec #eca33e #3eeca3

Analogous Colors of #a33eec

#a33eec #ec3ede #4c3eec

Monochromatic Colors of #a33eec

#a33eec

Complementary Color

#a33eec #87ec3e

#a33eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33eec Color CSS Codes

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

#a33eec Text Font Color

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

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


#a33eec Background Color

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

This div background color is #a33eec


#a33eec Border Color

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

This div border color is #a33eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,62,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a33eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a33eec;
  -webkit-box-shadow: 1px 1px 3px 2px #a33eec;
  box-shadow:         1px 1px 3px 2px #a33eec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,62,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33eec


Comments

No comments written yet.

Please login to write comment.