Color Hex Logo

#a161cb Color Hex

#A161CB
(161,97,203)
0 Favorites   0 Comments

Color spaces of #a161cb

RGB 16197203
HSL0.770.500.59
HSV276°52°80°
CMYK 0.210.520.00   0.20
XYZ29.752120.438358.8768
Yxy20.43830.27280.1874
Hunter Lab45.208738.3565-45.5692
CIE-Lab52.329244.9698-45.1299

#a161cb color RGB value is (161,97,203).

#a161cb hex color red value is 161, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a161cb hue: 0.77 , saturation: 0.50 and the lightness value of a161cb is 0.59.

The process color (four color CMYK) of #a161cb color hex is 0.21, 0.52, 0.00, 0.20. Web safe color of #a161cb is #9966cc. Color #a161cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100001 11001011
Octal 241 141 313
Decimal 161 97 203
Hex A1 61 CB

RGB Percentages of Color #a161cb

%34.92
%21.04
%44.03

CMYK Percentages of Color #a161cb

%21
%52
%0
%20

Triadic Colors of #a161cb

#a161cb #cba161 #61cba1

Analogous Colors of #a161cb

#a161cb #cb61c0 #6c61cb

Monochromatic Colors of #a161cb

#a161cb

Complementary Color

#a161cb #8bcb61

#a161cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a161cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a161cb Color CSS Codes

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

#a161cb Text Font Color

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

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


#a161cb Background Color

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

This div background color is #a161cb


#a161cb Border Color

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

This div border color is #a161cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a161cb


Comments

No comments written yet.

Please login to write comment.