Color Hex Logo

#a14855 Color Hex

#A14855
(161,72,85)
0 Favorites   0 Comments

Color spaces of #a14855

RGB 1617285
HSL0.980.380.46
HSV351°55°63°
CMYK 0.000.550.47   0.37
XYZ18.655012.867710.0948
Yxy12.86770.44820.3092
Hunter Lab35.871630.05368.4250
CIE-Lab42.563238.145610.4515

#a14855 color RGB value is (161,72,85).

#a14855 hex color red value is 161, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a14855 hue: 0.98 , saturation: 0.38 and the lightness value of a14855 is 0.46.

The process color (four color CMYK) of #a14855 color hex is 0.00, 0.55, 0.47, 0.37. Web safe color of #a14855 is #993366. Color #a14855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 01010101
Octal 241 110 125
Decimal 161 72 85
Hex A1 48 55

RGB Percentages of Color #a14855

%50.63
%22.64
%26.73

CMYK Percentages of Color #a14855

%0
%55
%47
%37

Triadic Colors of #a14855

#a14855 #55a148 #4855a1

Analogous Colors of #a14855

#a14855 #a16848 #a14882

Monochromatic Colors of #a14855

#a14855

Complementary Color

#a14855 #48a194

#a14855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14855 Color CSS Codes

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

#a14855 Text Font Color

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

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


#a14855 Background Color

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

This div background color is #a14855


#a14855 Border Color

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

This div border color is #a14855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14855


Comments

No comments written yet.

Please login to write comment.