Color Hex Logo

#a33abf Color Hex

#A33ABF
(163,58,191)
0 Favorites   0 Comments

Color spaces of #a33abf

RGB 16358191
HSL0.800.530.49
HSV287°70°75°
CMYK 0.150.700.00   0.25
XYZ26.021314.574250.7318
Yxy14.57420.28490.1596
Hunter Lab38.176254.8593-52.0664
CIE-Lab45.045461.5369-49.7987

#a33abf color RGB value is (163,58,191).

#a33abf hex color red value is 163, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a33abf hue: 0.80 , saturation: 0.53 and the lightness value of a33abf is 0.49.

The process color (four color CMYK) of #a33abf color hex is 0.15, 0.70, 0.00, 0.25. Web safe color of #a33abf is #9933cc. Color #a33abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111010 10111111
Octal 243 72 277
Decimal 163 58 191
Hex A3 3A BF

RGB Percentages of Color #a33abf

%39.56
%14.08
%46.36

CMYK Percentages of Color #a33abf

%15
%70
%0
%25

Triadic Colors of #a33abf

#a33abf #bfa33a #3abfa3

Analogous Colors of #a33abf

#a33abf #bf3a99 #613abf

Monochromatic Colors of #a33abf

#a33abf

Complementary Color

#a33abf #56bf3a

#a33abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33abf Color CSS Codes

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

#a33abf Text Font Color

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

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


#a33abf Background Color

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

This div background color is #a33abf


#a33abf Border Color

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

This div border color is #a33abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33abf


Comments

No comments written yet.

Please login to write comment.