Color Hex Logo

#a13cbb Color Hex

#A13CBB
(161,60,187)
0 Favorites   0 Comments

Color spaces of #a13cbb

RGB 16160187
HSL0.800.510.48
HSV288°68°73°
CMYK 0.140.680.00   0.27
XYZ25.283414.396648.4600
Yxy14.39660.28690.1633
Hunter Lab37.942952.5443-49.1642
CIE-Lab44.796459.5117-47.8782

#a13cbb color RGB value is (161,60,187).

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

The process color (four color CMYK) of #a13cbb color hex is 0.14, 0.68, 0.00, 0.27. Web safe color of #a13cbb is #9933cc. Color #a13cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111100 10111011
Octal 241 74 273
Decimal 161 60 187
Hex A1 3C BB

RGB Percentages of Color #a13cbb

%39.46
%14.71
%45.83

CMYK Percentages of Color #a13cbb

%14
%68
%0
%27

Triadic Colors of #a13cbb

#a13cbb #bba13c #3cbba1

Analogous Colors of #a13cbb

#a13cbb #bb3c96 #623cbb

Monochromatic Colors of #a13cbb

#a13cbb

Complementary Color

#a13cbb #56bb3c

#a13cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13cbb Color CSS Codes

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

#a13cbb Text Font Color

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

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


#a13cbb Background Color

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

This div background color is #a13cbb


#a13cbb Border Color

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

This div border color is #a13cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13cbb


Comments

No comments written yet.

Please login to write comment.