Color Hex Logo

#a13bbe Color Hex

#A13BBE
(161,59,190)
0 Favorites   0 Comments

Color spaces of #a13bbe

RGB 16159190
HSL0.800.530.49
HSV287°69°75°
CMYK 0.150.690.00   0.25
XYZ25.556214.422750.1521
Yxy14.42270.28350.1600
Hunter Lab37.977253.6587-51.7133
CIE-Lab44.833160.5058-49.5718

#a13bbe color RGB value is (161,59,190).

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

The process color (four color CMYK) of #a13bbe color hex is 0.15, 0.69, 0.00, 0.25. Web safe color of #a13bbe is #9933cc. Color #a13bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 10111110
Octal 241 73 276
Decimal 161 59 190
Hex A1 3B BE

RGB Percentages of Color #a13bbe

%39.27
%14.39
%46.34

CMYK Percentages of Color #a13bbe

%15
%69
%0
%25

Triadic Colors of #a13bbe

#a13bbe #bea13b #3bbea1

Analogous Colors of #a13bbe

#a13bbe #be3b9a #603bbe

Monochromatic Colors of #a13bbe

#a13bbe

Complementary Color

#a13bbe #58be3b

#a13bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13bbe Color CSS Codes

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

#a13bbe Text Font Color

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

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


#a13bbe Background Color

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

This div background color is #a13bbe


#a13bbe Border Color

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

This div border color is #a13bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13bbe


Comments

No comments written yet.

Please login to write comment.