Color Hex Logo

#a193ea Color Hex

#A193EA
(161,147,234)
0 Favorites   0 Comments

Color spaces of #a193ea

RGB 161147234
HSL0.690.670.75
HSV250°37°92°
CMYK 0.310.370.00   0.08
XYZ39.982934.385082.3715
Yxy34.38500.25510.2194
Hunter Lab58.638719.0927-42.2393
CIE-Lab65.267024.3521-42.1211

#a193ea color RGB value is (161,147,234).

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

The process color (four color CMYK) of #a193ea color hex is 0.31, 0.37, 0.00, 0.08. Web safe color of #a193ea is #9999ff. Color #a193ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010011 11101010
Octal 241 223 352
Decimal 161 147 234
Hex A1 93 EA

RGB Percentages of Color #a193ea

%29.70
%27.12
%43.17

CMYK Percentages of Color #a193ea

%31
%37
%0
%8

Triadic Colors of #a193ea

#a193ea #eaa193 #93eaa1

Analogous Colors of #a193ea

#a193ea #cd93ea #93b1ea

Monochromatic Colors of #a193ea

#a193ea

Complementary Color

#a193ea #dcea93

#a193ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a193ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a193ea Color CSS Codes

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

#a193ea Text Font Color

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

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


#a193ea Background Color

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

This div background color is #a193ea


#a193ea Border Color

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

This div border color is #a193ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,147,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a193ea


Comments

No comments written yet.

Please login to write comment.