Color Hex Logo

#a4608b Color Hex

#A4608B
(164,96,139)
0 Favorites   0 Comments

Color spaces of #a4608b

RGB 16496139
HSL0.890.270.51
HSV322°41°64°
CMYK 0.000.410.15   0.36
XYZ24.152918.122326.6511
Yxy18.12230.35040.2629
Hunter Lab42.570326.7767-7.3193
CIE-Lab49.644133.7504-11.9275

#a4608b color RGB value is (164,96,139).

#a4608b hex color red value is 164, green value is 96 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a4608b hue: 0.89 , saturation: 0.27 and the lightness value of a4608b is 0.51.

The process color (four color CMYK) of #a4608b color hex is 0.00, 0.41, 0.15, 0.36. Web safe color of #a4608b is #996699. Color #a4608b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 10001011
Octal 244 140 213
Decimal 164 96 139
Hex A4 60 8B

RGB Percentages of Color #a4608b

%41.10
%24.06
%34.84

CMYK Percentages of Color #a4608b

%0
%41
%15
%36

Triadic Colors of #a4608b

#a4608b #8ba460 #608ba4

Analogous Colors of #a4608b

#a4608b #a46069 #9b60a4

Monochromatic Colors of #a4608b

#a4608b

Complementary Color

#a4608b #60a479

#a4608b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4608b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4608b Color CSS Codes

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

#a4608b Text Font Color

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

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


#a4608b Background Color

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

This div background color is #a4608b


#a4608b Border Color

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

This div border color is #a4608b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4608b


Comments

No comments written yet.

Please login to write comment.