Color Hex Logo

#a13b80 Color Hex

#A13B80
(161,59,128)
0 Favorites   0 Comments

Color spaces of #a13b80

RGB 16159128
HSL0.890.460.43
HSV319°63°63°
CMYK 0.000.630.20   0.37
XYZ20.158212.263521.7267
Yxy12.26350.37230.2265
Hunter Lab35.019341.4665-12.2713
CIE-Lab41.631949.7639-17.5060

#a13b80 color RGB value is (161,59,128).

#a13b80 hex color red value is 161, green value is 59 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a13b80 hue: 0.89 , saturation: 0.46 and the lightness value of a13b80 is 0.43.

The process color (four color CMYK) of #a13b80 color hex is 0.00, 0.63, 0.20, 0.37. Web safe color of #a13b80 is #993399. Color #a13b80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111011 10000000
Octal 241 73 200
Decimal 161 59 128
Hex A1 3B 80

RGB Percentages of Color #a13b80

%46.26
%16.95
%36.78

CMYK Percentages of Color #a13b80

%0
%63
%20
%37

Triadic Colors of #a13b80

#a13b80 #80a13b #3b80a1

Analogous Colors of #a13b80

#a13b80 #a13b4d #8f3ba1

Monochromatic Colors of #a13b80

#a13b80

Complementary Color

#a13b80 #3ba15c

#a13b80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13b80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13b80 Color CSS Codes

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

#a13b80 Text Font Color

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

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


#a13b80 Background Color

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

This div background color is #a13b80


#a13b80 Border Color

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

This div border color is #a13b80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13b80


Comments

No comments written yet.

Please login to write comment.