Color Hex Logo

#a03cb5 Color Hex

#A03CB5
(160,60,181)
0 Favorites   0 Comments

Color spaces of #a03cb5

RGB 16060181
HSL0.800.500.47
HSV290°67°71°
CMYK 0.120.670.00   0.29
XYZ24.453614.041545.1375
Yxy14.04150.29240.1679
Hunter Lab37.472050.9102-45.1883
CIE-Lab44.292458.1271-45.1744

#a03cb5 color RGB value is (160,60,181).

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

The process color (four color CMYK) of #a03cb5 color hex is 0.12, 0.67, 0.00, 0.29. Web safe color of #a03cb5 is #9933cc. Color #a03cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 10110101
Octal 240 74 265
Decimal 160 60 181
Hex A0 3C B5

RGB Percentages of Color #a03cb5

%39.90
%14.96
%45.14

CMYK Percentages of Color #a03cb5

%12
%67
%0
%29

Triadic Colors of #a03cb5

#a03cb5 #b5a03c #3cb5a0

Analogous Colors of #a03cb5

#a03cb5 #b53c8e #643cb5

Monochromatic Colors of #a03cb5

#a03cb5

Complementary Color

#a03cb5 #51b53c

#a03cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cb5 Color CSS Codes

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

#a03cb5 Text Font Color

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

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


#a03cb5 Background Color

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

This div background color is #a03cb5


#a03cb5 Border Color

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

This div border color is #a03cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cb5


Comments

No comments written yet.

Please login to write comment.