Color Hex Logo

#a333ee Color Hex

#A333EE
(163,51,238)
0 Favorites   0 Comments

Color spaces of #a333ee

RGB 16351238
HSL0.770.850.57
HSV276°79°93°
CMYK 0.320.790.00   0.07
XYZ31.720716.327282.3685
Yxy16.32720.24320.1252
Hunter Lab40.406969.4159-92.5763
CIE-Lab47.400973.5409-72.9226

#a333ee color RGB value is (163,51,238).

#a333ee hex color red value is 163, green value is 51 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a333ee hue: 0.77 , saturation: 0.85 and the lightness value of a333ee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110011 11101110
Octal 243 63 356
Decimal 163 51 238
Hex A3 33 EE

RGB Percentages of Color #a333ee

%36.06
%11.28
%52.65

CMYK Percentages of Color #a333ee

%32
%79
%0
%7

Triadic Colors of #a333ee

#a333ee #eea333 #33eea3

Analogous Colors of #a333ee

#a333ee #ee33dc #4533ee

Monochromatic Colors of #a333ee

#a333ee

Complementary Color

#a333ee #7eee33

#a333ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a333ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a333ee Color CSS Codes

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

#a333ee Text Font Color

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

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


#a333ee Background Color

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

This div background color is #a333ee


#a333ee Border Color

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

This div border color is #a333ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,51,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 #a333ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a333ee


Comments

No comments written yet.

Please login to write comment.