Color Hex Logo

#a33bec Color Hex

#A33BEC
(163,59,236)
0 Favorites   0 Comments

Color spaces of #a33bec

RGB 16359236
HSL0.760.820.58
HSV275°75°93°
CMYK 0.310.750.00   0.07
XYZ31.808516.970680.9560
Yxy16.97060.24520.1308
Hunter Lab41.195465.7346-87.6782
CIE-Lab48.223070.3171-70.4574

#a33bec color RGB value is (163,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111011 11101100
Octal 243 73 354
Decimal 163 59 236
Hex A3 3B EC

RGB Percentages of Color #a33bec

%35.59
%12.88
%51.53

CMYK Percentages of Color #a33bec

%31
%75
%0
%7

Triadic Colors of #a33bec

#a33bec #eca33b #3beca3

Analogous Colors of #a33bec

#a33bec #ec3bdd #4a3bec

Monochromatic Colors of #a33bec

#a33bec

Complementary Color

#a33bec #84ec3b

#a33bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33bec Color CSS Codes

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

#a33bec Text Font Color

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

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


#a33bec Background Color

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

This div background color is #a33bec


#a33bec Border Color

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

This div border color is #a33bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33bec


Comments

No comments written yet.

Please login to write comment.