Color Hex Logo

#a14661 Color Hex

#A14661
(161,70,97)
0 Favorites   0 Comments

Color spaces of #a14661

RGB 1617097
HSL0.950.390.45
HSV342°57°63°
CMYK 0.000.570.40   0.37
XYZ19.045812.820512.7800
Yxy12.82050.42660.2872
Hunter Lab35.805732.28783.9019
CIE-Lab42.491540.46962.9240

#a14661 color RGB value is (161,70,97).

#a14661 hex color red value is 161, green value is 70 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a14661 hue: 0.95 , saturation: 0.39 and the lightness value of a14661 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000110 01100001
Octal 241 106 141
Decimal 161 70 97
Hex A1 46 61

RGB Percentages of Color #a14661

%49.09
%21.34
%29.57

CMYK Percentages of Color #a14661

%0
%57
%40
%37

Triadic Colors of #a14661

#a14661 #61a146 #4661a1

Analogous Colors of #a14661

#a14661 #a15946 #a1468f

Monochromatic Colors of #a14661

#a14661

Complementary Color

#a14661 #46a186

#a14661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14661 Color CSS Codes

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

#a14661 Text Font Color

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

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


#a14661 Background Color

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

This div background color is #a14661


#a14661 Border Color

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

This div border color is #a14661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14661


Comments

No comments written yet.

Please login to write comment.