Color Hex Logo

#a033ca Color Hex

#A033CA
(160,51,202)
0 Favorites   0 Comments

Color spaces of #a033ca

RGB 16051202
HSL0.790.600.50
HSV283°75°79°
CMYK 0.210.750.00   0.21
XYZ26.341714.105557.2114
Yxy14.10550.26970.1444
Hunter Lab37.557359.4700-64.0270
CIE-Lab44.383965.7154-57.2778

#a033ca color RGB value is (160,51,202).

#a033ca hex color red value is 160, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a033ca hue: 0.79 , saturation: 0.60 and the lightness value of a033ca is 0.50.

The process color (four color CMYK) of #a033ca color hex is 0.21, 0.75, 0.00, 0.21. Web safe color of #a033ca is #9933cc. Color #a033ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 11001010
Octal 240 63 312
Decimal 160 51 202
Hex A0 33 CA

RGB Percentages of Color #a033ca

%38.74
%12.35
%48.91

CMYK Percentages of Color #a033ca

%21
%75
%0
%21

Triadic Colors of #a033ca

#a033ca #caa033 #33caa0

Analogous Colors of #a033ca

#a033ca #ca33a9 #5433ca

Monochromatic Colors of #a033ca

#a033ca

Complementary Color

#a033ca #5dca33

#a033ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033ca Color CSS Codes

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

#a033ca Text Font Color

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

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


#a033ca Background Color

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

This div background color is #a033ca


#a033ca Border Color

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

This div border color is #a033ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033ca


Comments

No comments written yet.

Please login to write comment.