Color Hex Logo

#a13287 Color Hex

#A13287
(161,50,135)
0 Favorites   0 Comments

Color spaces of #a13287

RGB 16150135
HSL0.870.530.41
HSV314°69°63°
CMYK 0.000.690.16   0.37
XYZ20.211711.607524.0969
Yxy11.60750.36150.2076
Hunter Lab34.069846.2720-18.0858
CIE-Lab40.585454.5383-23.4144

#a13287 color RGB value is (161,50,135).

#a13287 hex color red value is 161, green value is 50 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a13287 hue: 0.87 , saturation: 0.53 and the lightness value of a13287 is 0.41.

The process color (four color CMYK) of #a13287 color hex is 0.00, 0.69, 0.16, 0.37. Web safe color of #a13287 is #993399. Color #a13287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110010 10000111
Octal 241 62 207
Decimal 161 50 135
Hex A1 32 87

RGB Percentages of Color #a13287

%46.53
%14.45
%39.02

CMYK Percentages of Color #a13287

%0
%69
%16
%37

Triadic Colors of #a13287

#a13287 #87a132 #3287a1

Analogous Colors of #a13287

#a13287 #a13250 #8432a1

Monochromatic Colors of #a13287

#a13287

Complementary Color

#a13287 #32a14c

#a13287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13287 Color CSS Codes

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

#a13287 Text Font Color

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

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


#a13287 Background Color

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

This div background color is #a13287


#a13287 Border Color

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

This div border color is #a13287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13287


Comments

No comments written yet.

Please login to write comment.