Color Hex Logo

#a13abc Color Hex

#A13ABC
(161,58,188)
0 Favorites   0 Comments

Color spaces of #a13abc

RGB 16158188
HSL0.800.530.48
HSV288°69°74°
CMYK 0.140.690.00   0.26
XYZ25.288114.234048.9916
Yxy14.23400.28570.1608
Hunter Lab37.728053.6201-50.5814
CIE-Lab44.566760.5219-48.8306

#a13abc color RGB value is (161,58,188).

#a13abc hex color red value is 161, green value is 58 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a13abc hue: 0.80 , saturation: 0.53 and the lightness value of a13abc is 0.48.

The process color (four color CMYK) of #a13abc color hex is 0.14, 0.69, 0.00, 0.26. Web safe color of #a13abc is #9933cc. Color #a13abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111010 10111100
Octal 241 72 274
Decimal 161 58 188
Hex A1 3A BC

RGB Percentages of Color #a13abc

%39.56
%14.25
%46.19

CMYK Percentages of Color #a13abc

%14
%69
%0
%26

Triadic Colors of #a13abc

#a13abc #bca13a #3abca1

Analogous Colors of #a13abc

#a13abc #bc3a96 #603abc

Monochromatic Colors of #a13abc

#a13abc

Complementary Color

#a13abc #55bc3a

#a13abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13abc Color CSS Codes

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

#a13abc Text Font Color

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

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


#a13abc Background Color

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

This div background color is #a13abc


#a13abc Border Color

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

This div border color is #a13abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13abc


Comments

No comments written yet.

Please login to write comment.