Color Hex Logo

#a13bbd Color Hex

#A13BBD
(161,59,189)
0 Favorites   0 Comments

Color spaces of #a13bbd

RGB 16159189
HSL0.800.520.49
HSV287°69°74°
CMYK 0.150.690.00   0.26
XYZ25.447214.379149.5783
Yxy14.37910.28460.1608
Hunter Lab37.919853.4281-50.9750
CIE-Lab44.771860.3108-49.0863

#a13bbd color RGB value is (161,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 10111101
Octal 241 73 275
Decimal 161 59 189
Hex A1 3B BD

RGB Percentages of Color #a13bbd

%39.36
%14.43
%46.21

CMYK Percentages of Color #a13bbd

%15
%69
%0
%26

Triadic Colors of #a13bbd

#a13bbd #bda13b #3bbda1

Analogous Colors of #a13bbd

#a13bbd #bd3b98 #603bbd

Monochromatic Colors of #a13bbd

#a13bbd

Complementary Color

#a13bbd #57bd3b

#a13bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13bbd Color CSS Codes

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

#a13bbd Text Font Color

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

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


#a13bbd Background Color

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

This div background color is #a13bbd


#a13bbd Border Color

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

This div border color is #a13bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13bbd


Comments

No comments written yet.

Please login to write comment.