Color Hex Logo

#a03bcc Color Hex

#A03BCC
(160,59,204)
0 Favorites   0 Comments

Color spaces of #a03bcc

RGB 16059204
HSL0.780.590.52
HSV282°71°80°
CMYK 0.220.710.00   0.20
XYZ26.960314.961158.5936
Yxy14.96110.26820.1488
Hunter Lab38.679656.7281-62.7395
CIE-Lab45.580963.0880-56.5033

#a03bcc color RGB value is (160,59,204).

#a03bcc hex color red value is 160, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a03bcc hue: 0.78 , saturation: 0.59 and the lightness value of a03bcc is 0.52.

The process color (four color CMYK) of #a03bcc color hex is 0.22, 0.71, 0.00, 0.20. Web safe color of #a03bcc is #9933cc. Color #a03bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111011 11001100
Octal 240 73 314
Decimal 160 59 204
Hex A0 3B CC

RGB Percentages of Color #a03bcc

%37.83
%13.95
%48.23

CMYK Percentages of Color #a03bcc

%22
%71
%0
%20

Triadic Colors of #a03bcc

#a03bcc #cca03b #3bcca0

Analogous Colors of #a03bcc

#a03bcc #cc3bb0 #573bcc

Monochromatic Colors of #a03bcc

#a03bcc

Complementary Color

#a03bcc #67cc3b

#a03bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03bcc Color CSS Codes

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

#a03bcc Text Font Color

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

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


#a03bcc Background Color

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

This div background color is #a03bcc


#a03bcc Border Color

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

This div border color is #a03bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03bcc


Comments

No comments written yet.

Please login to write comment.