Color Hex Logo

#a14965 Color Hex

#A14965
(161,73,101)
0 Favorites   0 Comments

Color spaces of #a14965

RGB 16173101
HSL0.950.380.46
HSV341°55°63°
CMYK 0.000.550.37   0.37
XYZ19.429413.281713.8515
Yxy13.28170.41730.2852
Hunter Lab36.444131.38652.9762
CIE-Lab43.184739.43331.4554

#a14965 color RGB value is (161,73,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 01100101
Octal 241 111 145
Decimal 161 73 101
Hex A1 49 65

RGB Percentages of Color #a14965

%48.06
%21.79
%30.15

CMYK Percentages of Color #a14965

%0
%55
%37
%37

Triadic Colors of #a14965

#a14965 #65a149 #4965a1

Analogous Colors of #a14965

#a14965 #a15949 #a14991

Monochromatic Colors of #a14965

#a14965

Complementary Color

#a14965 #49a185

#a14965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14965 Color CSS Codes

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

#a14965 Text Font Color

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

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


#a14965 Background Color

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

This div background color is #a14965


#a14965 Border Color

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

This div border color is #a14965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14965


Comments

No comments written yet.

Please login to write comment.