Color Hex Logo

#a2478a Color Hex

#A2478A
(162,71,138)
0 Favorites   0 Comments

Color spaces of #a2478a

RGB 16271138
HSL0.880.390.46
HSV316°56°64°
CMYK 0.000.560.15   0.36
XYZ21.741014.022825.6056
Yxy14.02280.35430.2285
Hunter Lab37.447038.1012-14.3285
CIE-Lab44.265646.0200-19.5430

#a2478a color RGB value is (162,71,138).

#a2478a hex color red value is 162, green value is 71 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a2478a hue: 0.88 , saturation: 0.39 and the lightness value of a2478a is 0.46.

The process color (four color CMYK) of #a2478a color hex is 0.00, 0.56, 0.15, 0.36. Web safe color of #a2478a is #993399. Color #a2478a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 10001010
Octal 242 107 212
Decimal 162 71 138
Hex A2 47 8A

RGB Percentages of Color #a2478a

%43.67
%19.14
%37.20

CMYK Percentages of Color #a2478a

%0
%56
%15
%36

Triadic Colors of #a2478a

#a2478a #8aa247 #478aa2

Analogous Colors of #a2478a

#a2478a #a2475d #8d47a2

Monochromatic Colors of #a2478a

#a2478a

Complementary Color

#a2478a #47a25f

#a2478a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2478a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2478a Color CSS Codes

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

#a2478a Text Font Color

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

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


#a2478a Background Color

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

This div background color is #a2478a


#a2478a Border Color

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

This div border color is #a2478a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,71,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2478a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2478a;
  -webkit-box-shadow: 1px 1px 3px 2px #a2478a;
  box-shadow:         1px 1px 3px 2px #a2478a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,71,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2478a


Comments

No comments written yet.

Please login to write comment.