Color Hex Logo

#a193cc Color Hex

#A193CC
(161,147,204)
0 Favorites   0 Comments

Color spaces of #a193cc

RGB 161147204
HSL0.710.360.69
HSV255°28°80°
CMYK 0.210.280.00   0.20
XYZ36.030732.804161.5595
Yxy32.80410.27630.2516
Hunter Lab57.274912.0605-23.6330
CIE-Lab64.002017.0302-27.4425

#a193cc color RGB value is (161,147,204).

#a193cc hex color red value is 161, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a193cc hue: 0.71 , saturation: 0.36 and the lightness value of a193cc is 0.69.

The process color (four color CMYK) of #a193cc color hex is 0.21, 0.28, 0.00, 0.20. Web safe color of #a193cc is #9999cc. Color #a193cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010011 11001100
Octal 241 223 314
Decimal 161 147 204
Hex A1 93 CC

RGB Percentages of Color #a193cc

%31.45
%28.71
%39.84

CMYK Percentages of Color #a193cc

%21
%28
%0
%20

Triadic Colors of #a193cc

#a193cc #cca193 #93cca1

Analogous Colors of #a193cc

#a193cc #be93cc #93a2cc

Monochromatic Colors of #a193cc

#a193cc

Complementary Color

#a193cc #becc93

#a193cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a193cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a193cc Color CSS Codes

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

#a193cc Text Font Color

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

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


#a193cc Background Color

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

This div background color is #a193cc


#a193cc Border Color

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

This div border color is #a193cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,147,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 #a193cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a193cc


Comments

No comments written yet.

Please login to write comment.