Color Hex Logo

#a161ec Color Hex

#A161EC
(161,97,236)
0 Favorites   0 Comments

Color spaces of #a161ec

RGB 16197236
HSL0.740.790.65
HSV268°59°93°
CMYK 0.320.590.00   0.07
XYZ34.113022.182681.8406
Yxy22.18260.24700.1606
Hunter Lab47.098446.8639-70.0564
CIE-Lab54.220252.6555-60.7749

#a161ec color RGB value is (161,97,236).

#a161ec hex color red value is 161, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a161ec hue: 0.74 , saturation: 0.79 and the lightness value of a161ec is 0.65.

The process color (four color CMYK) of #a161ec color hex is 0.32, 0.59, 0.00, 0.07. Web safe color of #a161ec is #9966ff. Color #a161ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100001 11101100
Octal 241 141 354
Decimal 161 97 236
Hex A1 61 EC

RGB Percentages of Color #a161ec

%32.59
%19.64
%47.77

CMYK Percentages of Color #a161ec

%32
%59
%0
%7

Triadic Colors of #a161ec

#a161ec #eca161 #61eca1

Analogous Colors of #a161ec

#a161ec #e761ec #6167ec

Monochromatic Colors of #a161ec

#a161ec

Complementary Color

#a161ec #acec61

#a161ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a161ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a161ec Color CSS Codes

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

#a161ec Text Font Color

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

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


#a161ec Background Color

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

This div background color is #a161ec


#a161ec Border Color

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

This div border color is #a161ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a161ec


Comments

No comments written yet.

Please login to write comment.