Color Hex Logo

#a10bc4 Color Hex

#A10BC4
(161,11,196)
0 Favorites   0 Comments

Color spaces of #a10bc4

RGB 16111196
HSL0.800.890.41
HSV289°94°77°
CMYK 0.180.940.00   0.23
XYZ24.781411.801953.1964
Yxy11.80190.27600.1315
Hunter Lab34.353968.6428-67.7618
CIE-Lab40.899574.1662-59.4180

#a10bc4 color RGB value is (161,11,196).

#a10bc4 hex color red value is 161, green value is 11 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a10bc4 hue: 0.80 , saturation: 0.89 and the lightness value of a10bc4 is 0.41.

The process color (four color CMYK) of #a10bc4 color hex is 0.18, 0.94, 0.00, 0.23. Web safe color of #a10bc4 is #9900cc. Color #a10bc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001011 11000100
Octal 241 13 304
Decimal 161 11 196
Hex A1 B C4

RGB Percentages of Color #a10bc4

%43.75
%2.99
%53.26

CMYK Percentages of Color #a10bc4

%18
%94
%0
%23

Triadic Colors of #a10bc4

#a10bc4 #c4a10b #0bc4a1

Analogous Colors of #a10bc4

#a10bc4 #c40b8b #450bc4

Monochromatic Colors of #a10bc4

#a10bc4

Complementary Color

#a10bc4 #2ec40b

#a10bc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10bc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10bc4 Color CSS Codes

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

#a10bc4 Text Font Color

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

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


#a10bc4 Background Color

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

This div background color is #a10bc4


#a10bc4 Border Color

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

This div border color is #a10bc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10bc4


Comments

No comments written yet.

Please login to write comment.