Color Hex Logo

#a14075 Color Hex

#A14075
(161,64,117)
0 Favorites   0 Comments

Color spaces of #a14075

RGB 16164117
HSL0.910.430.44
HSV327°60°63°
CMYK 0.000.600.27   0.37
XYZ19.742212.528218.2073
Yxy12.52820.39110.2482
Hunter Lab35.395237.6194-5.7222
CIE-Lab42.043645.9239-10.1105

#a14075 color RGB value is (161,64,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 01110101
Octal 241 100 165
Decimal 161 64 117
Hex A1 40 75

RGB Percentages of Color #a14075

%47.08
%18.71
%34.21

CMYK Percentages of Color #a14075

%0
%60
%27
%37

Triadic Colors of #a14075

#a14075 #75a140 #4075a1

Analogous Colors of #a14075

#a14075 #a14044 #9d40a1

Monochromatic Colors of #a14075

#a14075

Complementary Color

#a14075 #40a16c

#a14075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14075 Color CSS Codes

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

#a14075 Text Font Color

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

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


#a14075 Background Color

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

This div background color is #a14075


#a14075 Border Color

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

This div border color is #a14075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14075


Comments

No comments written yet.

Please login to write comment.