Color Hex Logo

#a4138b Color Hex

#A4138B
(164,19,139)
0 Favorites   0 Comments

Color spaces of #a4138b

RGB 16419139
HSL0.860.790.36
HSV310°88°64°
CMYK 0.000.880.15   0.36
XYZ20.202910.222325.3344
Yxy10.22230.36230.1833
Hunter Lab31.972356.8402-24.5999
CIE-Lab38.238564.6109-29.4972

#a4138b color RGB value is (164,19,139).

#a4138b hex color red value is 164, green value is 19 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a4138b hue: 0.86 , saturation: 0.79 and the lightness value of a4138b is 0.36.

The process color (four color CMYK) of #a4138b color hex is 0.00, 0.88, 0.15, 0.36. Web safe color of #a4138b is #990099. Color #a4138b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010011 10001011
Octal 244 23 213
Decimal 164 19 139
Hex A4 13 8B

RGB Percentages of Color #a4138b

%50.93
%5.90
%43.17

CMYK Percentages of Color #a4138b

%0
%88
%15
%36

Triadic Colors of #a4138b

#a4138b #8ba413 #138ba4

Analogous Colors of #a4138b

#a4138b #a41342 #7513a4

Monochromatic Colors of #a4138b

#a4138b

Complementary Color

#a4138b #13a42c

#a4138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4138b Color CSS Codes

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

#a4138b Text Font Color

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

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


#a4138b Background Color

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

This div background color is #a4138b


#a4138b Border Color

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

This div border color is #a4138b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,19,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4138b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4138b;
  -webkit-box-shadow: 1px 1px 3px 2px #a4138b;
  box-shadow:         1px 1px 3px 2px #a4138b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,19,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4138b


Comments

No comments written yet.

Please login to write comment.