Color Hex Logo

#a05ca3 Color Hex

#A05CA3
(160,92,163)
0 Favorites   0 Comments

Color spaces of #a05ca3

RGB 16092163
HSL0.830.280.50
HSV297°44°64°
CMYK 0.020.440.00   0.36
XYZ24.935217.772236.7665
Yxy17.77220.31380.2236
Hunter Lab42.157131.8048-22.1987
CIE-Lab49.218638.9674-26.8251

#a05ca3 color RGB value is (160,92,163).

#a05ca3 hex color red value is 160, green value is 92 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #a05ca3 hue: 0.83 , saturation: 0.28 and the lightness value of a05ca3 is 0.50.

The process color (four color CMYK) of #a05ca3 color hex is 0.02, 0.44, 0.00, 0.36. Web safe color of #a05ca3 is #996699. Color #a05ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011100 10100011
Octal 240 134 243
Decimal 160 92 163
Hex A0 5C A3

RGB Percentages of Color #a05ca3

%38.55
%22.17
%39.28

CMYK Percentages of Color #a05ca3

%2
%44
%0
%36

Triadic Colors of #a05ca3

#a05ca3 #a3a05c #5ca3a0

Analogous Colors of #a05ca3

#a05ca3 #a35c83 #7d5ca3

Monochromatic Colors of #a05ca3

#a05ca3

Complementary Color

#a05ca3 #5fa35c

#a05ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ca3 Color CSS Codes

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

#a05ca3 Text Font Color

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

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


#a05ca3 Background Color

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

This div background color is #a05ca3


#a05ca3 Border Color

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

This div border color is #a05ca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ca3


Comments

No comments written yet.

Please login to write comment.