Color Hex Logo

#a033bb Color Hex

#A033BB
(160,51,187)
0 Favorites   0 Comments

Color spaces of #a033bb

RGB 16051187
HSL0.800.570.47
HSV288°73°73°
CMYK 0.140.730.00   0.27
XYZ24.650713.429148.3065
Yxy13.42910.28540.1555
Hunter Lab36.645755.9426-52.5042
CIE-Lab43.402862.8136-50.1195

#a033bb color RGB value is (160,51,187).

#a033bb hex color red value is 160, green value is 51 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a033bb hue: 0.80 , saturation: 0.57 and the lightness value of a033bb is 0.47.

The process color (four color CMYK) of #a033bb color hex is 0.14, 0.73, 0.00, 0.27. Web safe color of #a033bb is #9933cc. Color #a033bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 10111011
Octal 240 63 273
Decimal 160 51 187
Hex A0 33 BB

RGB Percentages of Color #a033bb

%40.20
%12.81
%46.98

CMYK Percentages of Color #a033bb

%14
%73
%0
%27

Triadic Colors of #a033bb

#a033bb #bba033 #33bba0

Analogous Colors of #a033bb

#a033bb #bb3392 #5c33bb

Monochromatic Colors of #a033bb

#a033bb

Complementary Color

#a033bb #4ebb33

#a033bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033bb Color CSS Codes

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

#a033bb Text Font Color

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

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


#a033bb Background Color

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

This div background color is #a033bb


#a033bb Border Color

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

This div border color is #a033bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033bb


Comments

No comments written yet.

Please login to write comment.