Color Hex Logo

#a13984 Color Hex

#A13984
(161,57,132)
0 Favorites   0 Comments

Color spaces of #a13984

RGB 16157132
HSL0.880.480.43
HSV317°65°63°
CMYK 0.000.650.18   0.37
XYZ20.325912.169323.1074
Yxy12.16930.36560.2189
Hunter Lab34.884542.9573-14.8543
CIE-Lab41.483951.2262-20.1861

#a13984 color RGB value is (161,57,132).

#a13984 hex color red value is 161, green value is 57 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a13984 hue: 0.88 , saturation: 0.48 and the lightness value of a13984 is 0.43.

The process color (four color CMYK) of #a13984 color hex is 0.00, 0.65, 0.18, 0.37. Web safe color of #a13984 is #993399. Color #a13984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111001 10000100
Octal 241 71 204
Decimal 161 57 132
Hex A1 39 84

RGB Percentages of Color #a13984

%46.00
%16.29
%37.71

CMYK Percentages of Color #a13984

%0
%65
%18
%37

Triadic Colors of #a13984

#a13984 #84a139 #3984a1

Analogous Colors of #a13984

#a13984 #a13950 #8a39a1

Monochromatic Colors of #a13984

#a13984

Complementary Color

#a13984 #39a156

#a13984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13984 Color CSS Codes

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

#a13984 Text Font Color

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

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


#a13984 Background Color

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

This div background color is #a13984


#a13984 Border Color

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

This div border color is #a13984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13984


Comments

No comments written yet.

Please login to write comment.