Color Hex Logo

#a15071 Color Hex

#A15071
(161,80,113)
0 Favorites   0 Comments

Color spaces of #a15071

RGB 16180113
HSL0.930.340.47
HSV336°50°63°
CMYK 0.000.500.30   0.37
XYZ20.547214.506617.3399
Yxy14.50660.39220.2769
Hunter Lab38.087529.6428-0.3314
CIE-Lab44.950937.3638-3.3197

#a15071 color RGB value is (161,80,113).

#a15071 hex color red value is 161, green value is 80 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a15071 hue: 0.93 , saturation: 0.34 and the lightness value of a15071 is 0.47.

The process color (four color CMYK) of #a15071 color hex is 0.00, 0.50, 0.30, 0.37. Web safe color of #a15071 is #996666. Color #a15071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 01110001
Octal 241 120 161
Decimal 161 80 113
Hex A1 50 71

RGB Percentages of Color #a15071

%45.48
%22.60
%31.92

CMYK Percentages of Color #a15071

%0
%50
%30
%37

Triadic Colors of #a15071

#a15071 #71a150 #5071a1

Analogous Colors of #a15071

#a15071 #a15850 #a1509a

Monochromatic Colors of #a15071

#a15071

Complementary Color

#a15071 #50a180

#a15071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15071 Color CSS Codes

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

#a15071 Text Font Color

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

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


#a15071 Background Color

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

This div background color is #a15071


#a15071 Border Color

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

This div border color is #a15071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15071


Comments

No comments written yet.

Please login to write comment.