Color Hex Logo

#a2468b Color Hex

#A2468B
(162,70,139)
0 Favorites   0 Comments

Color spaces of #a2468b

RGB 16270139
HSL0.880.400.45
HSV315°57°64°
CMYK 0.000.570.14   0.36
XYZ21.750713.925825.9677
Yxy13.92580.35280.2259
Hunter Lab37.317338.7350-15.1356
CIE-Lab44.126346.6659-20.3623

#a2468b color RGB value is (162,70,139).

#a2468b hex color red value is 162, green value is 70 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a2468b hue: 0.88 , saturation: 0.40 and the lightness value of a2468b is 0.45.

The process color (four color CMYK) of #a2468b color hex is 0.00, 0.57, 0.14, 0.36. Web safe color of #a2468b is #993399. Color #a2468b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 10001011
Octal 242 106 213
Decimal 162 70 139
Hex A2 46 8B

RGB Percentages of Color #a2468b

%43.67
%18.87
%37.47

CMYK Percentages of Color #a2468b

%0
%57
%14
%36

Triadic Colors of #a2468b

#a2468b #8ba246 #468ba2

Analogous Colors of #a2468b

#a2468b #a2465d #8b46a2

Monochromatic Colors of #a2468b

#a2468b

Complementary Color

#a2468b #46a25d

#a2468b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2468b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2468b Color CSS Codes

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

#a2468b Text Font Color

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

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


#a2468b Background Color

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

This div background color is #a2468b


#a2468b Border Color

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

This div border color is #a2468b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,70,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 #a2468b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2468b


Comments

No comments written yet.

Please login to write comment.