Color Hex Logo

#a193ec Color Hex

#A193EC
(161,147,236)
0 Favorites   0 Comments

Color spaces of #a193ec

RGB 161147236
HSL0.690.700.75
HSV249°38°93°
CMYK 0.320.380.00   0.07
XYZ40.272034.500683.8936
Yxy34.50060.25380.2174
Hunter Lab58.737219.5949-43.5671
CIE-Lab65.358024.8608-43.0799

#a193ec color RGB value is (161,147,236).

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

The process color (four color CMYK) of #a193ec color hex is 0.32, 0.38, 0.00, 0.07. Web safe color of #a193ec is #9999ff. Color #a193ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010011 11101100
Octal 241 223 354
Decimal 161 147 236
Hex A1 93 EC

RGB Percentages of Color #a193ec

%29.60
%27.02
%43.38

CMYK Percentages of Color #a193ec

%32
%38
%0
%7

Triadic Colors of #a193ec

#a193ec #eca193 #93eca1

Analogous Colors of #a193ec

#a193ec #ce93ec #93b2ec

Monochromatic Colors of #a193ec

#a193ec

Complementary Color

#a193ec #deec93

#a193ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a193ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a193ec Color CSS Codes

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

#a193ec Text Font Color

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

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


#a193ec Background Color

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

This div background color is #a193ec


#a193ec Border Color

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

This div border color is #a193ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a193ec


Comments

No comments written yet.

Please login to write comment.