Color Hex Logo

#a4649b Color Hex

#A4649B
(164,100,155)
0 Favorites   0 Comments

Color spaces of #a4649b

RGB 164100155
HSL0.860.260.52
HSV308°39°64°
CMYK 0.000.390.05   0.36
XYZ25.783419.373433.3909
Yxy19.37340.32830.2466
Hunter Lab44.015227.5357-14.1680
CIE-Lab51.121234.3554-19.1450

#a4649b color RGB value is (164,100,155).

#a4649b hex color red value is 164, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a4649b hue: 0.86 , saturation: 0.26 and the lightness value of a4649b is 0.52.

The process color (four color CMYK) of #a4649b color hex is 0.00, 0.39, 0.05, 0.36. Web safe color of #a4649b is #996699. Color #a4649b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 10011011
Octal 244 144 233
Decimal 164 100 155
Hex A4 64 9B

RGB Percentages of Color #a4649b

%39.14
%23.87
%36.99

CMYK Percentages of Color #a4649b

%0
%39
%5
%36

Triadic Colors of #a4649b

#a4649b #9ba464 #649ba4

Analogous Colors of #a4649b

#a4649b #a4647b #8d64a4

Monochromatic Colors of #a4649b

#a4649b

Complementary Color

#a4649b #64a46d

#a4649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4649b Color CSS Codes

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

#a4649b Text Font Color

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

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


#a4649b Background Color

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

This div background color is #a4649b


#a4649b Border Color

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

This div border color is #a4649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4649b


Comments

No comments written yet.

Please login to write comment.