Color Hex Logo

#a14165 Color Hex

#A14165
(161,65,101)
0 Favorites   0 Comments

Color spaces of #a14165

RGB 16165101
HSL0.940.420.44
HSV338°60°63°
CMYK 0.000.600.37   0.37
XYZ18.937212.297213.6874
Yxy12.29720.42160.2737
Hunter Lab35.067435.02631.4052
CIE-Lab41.684643.3905-0.7320

#a14165 color RGB value is (161,65,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 01100101
Octal 241 101 145
Decimal 161 65 101
Hex A1 41 65

RGB Percentages of Color #a14165

%49.24
%19.88
%30.89

CMYK Percentages of Color #a14165

%0
%60
%37
%37

Triadic Colors of #a14165

#a14165 #65a141 #4165a1

Analogous Colors of #a14165

#a14165 #a14d41 #a14195

Monochromatic Colors of #a14165

#a14165

Complementary Color

#a14165 #41a17d

#a14165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14165 Color CSS Codes

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

#a14165 Text Font Color

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

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


#a14165 Background Color

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

This div background color is #a14165


#a14165 Border Color

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

This div border color is #a14165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14165


Comments

No comments written yet.

Please login to write comment.