Color Hex Logo

#a033be Color Hex

#A033BE
(160,51,190)
0 Favorites   0 Comments

Color spaces of #a033be

RGB 16051190
HSL0.800.580.47
HSV287°73°75°
CMYK 0.160.730.00   0.25
XYZ24.975313.558950.0160
Yxy13.55890.28200.1531
Hunter Lab36.822456.6308-54.7581
CIE-Lab43.593663.3848-51.5692

#a033be color RGB value is (160,51,190).

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

The process color (four color CMYK) of #a033be color hex is 0.16, 0.73, 0.00, 0.25. Web safe color of #a033be is #9933cc. Color #a033be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 10111110
Octal 240 63 276
Decimal 160 51 190
Hex A0 33 BE

RGB Percentages of Color #a033be

%39.90
%12.72
%47.38

CMYK Percentages of Color #a033be

%16
%73
%0
%25

Triadic Colors of #a033be

#a033be #bea033 #33bea0

Analogous Colors of #a033be

#a033be #be3397 #5a33be

Monochromatic Colors of #a033be

#a033be

Complementary Color

#a033be #51be33

#a033be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033be Color CSS Codes

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

#a033be Text Font Color

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

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


#a033be Background Color

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

This div background color is #a033be


#a033be Border Color

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

This div border color is #a033be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033be


Comments

No comments written yet.

Please login to write comment.