Color Hex Logo

#a43182 Color Hex

#A43182
(164,49,130)
0 Favorites   0 Comments

Color spaces of #a43182

RGB 16449130
HSL0.880.540.42
HSV318°70°64°
CMYK 0.000.700.21   0.36
XYZ20.437411.700822.3004
Yxy11.70080.37540.2149
Hunter Lab34.206446.7876-14.7088
CIE-Lab40.736654.9933-20.0694

#a43182 color RGB value is (164,49,130).

#a43182 hex color red value is 164, green value is 49 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a43182 hue: 0.88 , saturation: 0.54 and the lightness value of a43182 is 0.42.

The process color (four color CMYK) of #a43182 color hex is 0.00, 0.70, 0.21, 0.36. Web safe color of #a43182 is #993399. Color #a43182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110001 10000010
Octal 244 61 202
Decimal 164 49 130
Hex A4 31 82

RGB Percentages of Color #a43182

%47.81
%14.29
%37.90

CMYK Percentages of Color #a43182

%0
%70
%21
%36

Triadic Colors of #a43182

#a43182 #82a431 #3182a4

Analogous Colors of #a43182

#a43182 #a43149 #8d31a4

Monochromatic Colors of #a43182

#a43182

Complementary Color

#a43182 #31a453

#a43182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43182 Color CSS Codes

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

#a43182 Text Font Color

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

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


#a43182 Background Color

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

This div background color is #a43182


#a43182 Border Color

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

This div border color is #a43182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43182


Comments

No comments written yet.

Please login to write comment.