Color Hex Logo

#a14055 Color Hex

#A14055
(161,64,85)
0 Favorites   0 Comments

Color spaces of #a14055

RGB 1616485
HSL0.960.430.44
HSV347°60°63°
CMYK 0.000.600.47   0.37
XYZ18.171011.89979.9335
Yxy11.89970.45420.2975
Hunter Lab34.495933.65837.0739
CIE-Lab41.056342.10618.3380

#a14055 color RGB value is (161,64,85).

#a14055 hex color red value is 161, green value is 64 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a14055 hue: 0.96 , saturation: 0.43 and the lightness value of a14055 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 01010101
Octal 241 100 125
Decimal 161 64 85
Hex A1 40 55

RGB Percentages of Color #a14055

%51.94
%20.65
%27.42

CMYK Percentages of Color #a14055

%0
%60
%47
%37

Triadic Colors of #a14055

#a14055 #55a140 #4055a1

Analogous Colors of #a14055

#a14055 #a15c40 #a14086

Monochromatic Colors of #a14055

#a14055

Complementary Color

#a14055 #40a18c

#a14055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14055 Color CSS Codes

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

#a14055 Text Font Color

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

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


#a14055 Background Color

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

This div background color is #a14055


#a14055 Border Color

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

This div border color is #a14055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14055


Comments

No comments written yet.

Please login to write comment.