Color Hex Logo

#a03cae Color Hex

#A03CAE
(160,60,174)
0 Favorites   0 Comments

Color spaces of #a03cae

RGB 16060174
HSL0.810.490.46
HSV293°66°68°
CMYK 0.080.660.00   0.32
XYZ23.753013.761341.4487
Yxy13.76130.30080.1743
Hunter Lab37.096249.3765-40.2791
CIE-Lab43.888656.8009-41.6922

#a03cae color RGB value is (160,60,174).

#a03cae hex color red value is 160, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a03cae hue: 0.81 , saturation: 0.49 and the lightness value of a03cae is 0.46.

The process color (four color CMYK) of #a03cae color hex is 0.08, 0.66, 0.00, 0.32. Web safe color of #a03cae is #993399. Color #a03cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111100 10101110
Octal 240 74 256
Decimal 160 60 174
Hex A0 3C AE

RGB Percentages of Color #a03cae

%40.61
%15.23
%44.16

CMYK Percentages of Color #a03cae

%8
%66
%0
%32

Triadic Colors of #a03cae

#a03cae #aea03c #3caea0

Analogous Colors of #a03cae

#a03cae #ae3c83 #673cae

Monochromatic Colors of #a03cae

#a03cae

Complementary Color

#a03cae #4aae3c

#a03cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03cae Color CSS Codes

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

#a03cae Text Font Color

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

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


#a03cae Background Color

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

This div background color is #a03cae


#a03cae Border Color

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

This div border color is #a03cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03cae


Comments

No comments written yet.

Please login to write comment.