Color Hex Logo

#a81185 Color Hex

#A81185
(168,17,133)
0 Favorites   0 Comments

Color spaces of #a81185

RGB 16817133
HSL0.870.820.36
HSV314°90°66°
CMYK 0.000.900.21   0.34
XYZ20.582510.419223.1166
Yxy10.41920.38030.1925
Hunter Lab32.278857.3323-19.8657
CIE-Lab38.584564.9767-25.2009

#a81185 color RGB value is (168,17,133).

#a81185 hex color red value is 168, green value is 17 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a81185 hue: 0.87 , saturation: 0.82 and the lightness value of a81185 is 0.36.

The process color (four color CMYK) of #a81185 color hex is 0.00, 0.90, 0.21, 0.34. Web safe color of #a81185 is #990099. Color #a81185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010001 10000101
Octal 250 21 205
Decimal 168 17 133
Hex A8 11 85

RGB Percentages of Color #a81185

%52.83
%5.35
%41.82

CMYK Percentages of Color #a81185

%0
%90
%21
%34

Triadic Colors of #a81185

#a81185 #85a811 #1185a8

Analogous Colors of #a81185

#a81185 #a8113a #8011a8

Monochromatic Colors of #a81185

#a81185

Complementary Color

#a81185 #11a834

#a81185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81185 Color CSS Codes

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

#a81185 Text Font Color

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

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


#a81185 Background Color

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

This div background color is #a81185


#a81185 Border Color

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

This div border color is #a81185


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,17,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81185; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81185;
  -webkit-box-shadow: 1px 1px 3px 2px #a81185;
  box-shadow:         1px 1px 3px 2px #a81185; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,17,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81185


Comments

No comments written yet.

Please login to write comment.