Color Hex Logo

#a1388e Color Hex

#A1388E
(161,56,142)
0 Favorites   0 Comments

Color spaces of #a1388e

RGB 16156142
HSL0.860.480.43
HSV311°65°63°
CMYK 0.000.650.12   0.37
XYZ20.994612.358426.8701
Yxy12.35840.34860.2052
Hunter Lab35.154545.0814-20.7097
CIE-Lab41.780253.1930-25.8278

#a1388e color RGB value is (161,56,142).

#a1388e hex color red value is 161, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a1388e hue: 0.86 , saturation: 0.48 and the lightness value of a1388e is 0.43.

The process color (four color CMYK) of #a1388e color hex is 0.00, 0.65, 0.12, 0.37. Web safe color of #a1388e is #993399. Color #a1388e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 10001110
Octal 241 70 216
Decimal 161 56 142
Hex A1 38 8E

RGB Percentages of Color #a1388e

%44.85
%15.60
%39.55

CMYK Percentages of Color #a1388e

%0
%65
%12
%37

Triadic Colors of #a1388e

#a1388e #8ea138 #388ea1

Analogous Colors of #a1388e

#a1388e #a1385a #8038a1

Monochromatic Colors of #a1388e

#a1388e

Complementary Color

#a1388e #38a14b

#a1388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1388e Color CSS Codes

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

#a1388e Text Font Color

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

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


#a1388e Background Color

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

This div background color is #a1388e


#a1388e Border Color

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

This div border color is #a1388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1388e


Comments

No comments written yet.

Please login to write comment.