color codes Logo

#a4639b color codes

#A4639B
(164,99,155)
0 Favorites   0 Comments

Color spaces of #a4639b

RGB 16499155
HSL0.860.260.52
HSV308°40°64°
CMYK 0.000.400.05   0.36
XYZ25.688119.182833.3591
Yxy19.18280.32840.2452
Hunter Lab43.798228.0454-14.4998
CIE-Lab50.900434.9081-19.4829

#a4639b color RGB value is (164,99,155).

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

The process color (four color CMYK) of #a4639b color code is 0.00, 0.40, 0.05, 0.36. Web safe color of #a4639b is #996699. Color #a4639b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 10011011
Octal 244 143 233
Decimal 164 99 155
Hex A4 63 9B

RGB Percentages of Color #a4639b

%39.23
%23.68
%37.08

CMYK Percentages of Color #a4639b

%0
%40
%5
%36

Triadic Colors of #a4639b

#a4639b #9ba463 #639ba4

Analogous Colors of #a4639b

#a4639b #a4637b #8d63a4

Monochromatic Colors of #a4639b

#a4639b

Complementary Color

#a4639b #63a46c

#a4639b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4639b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4639b Color CSS Codes

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

#a4639b Text Font Color

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

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


#a4639b Background Color

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

This div background color is #a4639b


#a4639b Border Color

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

This div border color is #a4639b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4639b


Comments

No comments written yet.

Please login to write comment.