Color Hex Logo

#a14185 Color Hex

#A14185
(161,65,133)
0 Favorites   0 Comments

Color spaces of #a14185

RGB 16165133
HSL0.880.420.44
HSV318°60°63°
CMYK 0.000.600.17   0.37
XYZ20.821913.051123.6120
Yxy13.05110.36220.2270
Hunter Lab36.126339.6599-13.4633
CIE-Lab42.840147.7931-18.7099

#a14185 color RGB value is (161,65,133).

#a14185 hex color red value is 161, green value is 65 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a14185 hue: 0.88 , saturation: 0.42 and the lightness value of a14185 is 0.44.

The process color (four color CMYK) of #a14185 color hex is 0.00, 0.60, 0.17, 0.37. Web safe color of #a14185 is #993399. Color #a14185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10000101
Octal 241 101 205
Decimal 161 65 133
Hex A1 41 85

RGB Percentages of Color #a14185

%44.85
%18.11
%37.05

CMYK Percentages of Color #a14185

%0
%60
%17
%37

Triadic Colors of #a14185

#a14185 #85a141 #4185a1

Analogous Colors of #a14185

#a14185 #a14155 #8d41a1

Monochromatic Colors of #a14185

#a14185

Complementary Color

#a14185 #41a15d

#a14185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14185 Color CSS Codes

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

#a14185 Text Font Color

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

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


#a14185 Background Color

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

This div background color is #a14185


#a14185 Border Color

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

This div border color is #a14185


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,65,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 #a14185">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14185


Comments

No comments written yet.

Please login to write comment.