Color Hex Logo

#a033cb Color Hex

#A033CB
(160,51,203)
0 Favorites   0 Comments

Color spaces of #a033cb

RGB 16051203
HSL0.790.600.50
HSV283°75°80°
CMYK 0.210.750.00   0.20
XYZ26.460514.153057.8371
Yxy14.15300.26880.1438
Hunter Lab37.620559.7128-64.8171
CIE-Lab44.451665.9129-57.7472

#a033cb color RGB value is (160,51,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110011 11001011
Octal 240 63 313
Decimal 160 51 203
Hex A0 33 CB

RGB Percentages of Color #a033cb

%38.65
%12.32
%49.03

CMYK Percentages of Color #a033cb

%21
%75
%0
%20

Triadic Colors of #a033cb

#a033cb #cba033 #33cba0

Analogous Colors of #a033cb

#a033cb #cb33aa #5433cb

Monochromatic Colors of #a033cb

#a033cb

Complementary Color

#a033cb #5ecb33

#a033cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a033cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a033cb Color CSS Codes

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

#a033cb Text Font Color

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

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


#a033cb Background Color

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

This div background color is #a033cb


#a033cb Border Color

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

This div border color is #a033cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a033cb


Comments

No comments written yet.

Please login to write comment.