Color Hex Logo

#a10096 Color Hex

#A10096
(161,0,150)
0 Favorites   0 Comments

Color spaces of #a10096

RGB 1610150
HSL0.841.000.32
HSV304°100°63°
CMYK 0.001.000.07   0.37
XYZ20.20309.779129.6769
Yxy9.77910.33860.1639
Hunter Lab31.271660.5948-34.3765
CIE-Lab37.443068.0401-37.5298

#a10096 color RGB value is (161,0,150).

#a10096 hex color red value is 161, green value is 0 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a10096 hue: 0.84 , saturation: 1.00 and the lightness value of a10096 is 0.32.

The process color (four color CMYK) of #a10096 color hex is 0.00, 1.00, 0.07, 0.37. Web safe color of #a10096 is #990099. Color #a10096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000000 10010110
Octal 241 0 226
Decimal 161 0 150
Hex A1 0 96

RGB Percentages of Color #a10096

%51.77
%0.00
%48.23

CMYK Percentages of Color #a10096

%0
%100
%7
%37

Triadic Colors of #a10096

#a10096 #96a100 #0096a1

Analogous Colors of #a10096

#a10096 #a10045 #5b00a1

Monochromatic Colors of #a10096

#a10096

Complementary Color

#a10096 #00a10b

#a10096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10096 Color CSS Codes

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

#a10096 Text Font Color

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

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


#a10096 Background Color

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

This div background color is #a10096


#a10096 Border Color

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

This div border color is #a10096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10096


Comments

No comments written yet.

Please login to write comment.