Color Hex Logo

#a3609b Color Hex

#A3609B
(163,96,155)
0 Favorites   0 Comments

Color spaces of #a3609b

RGB 16396155
HSL0.850.270.51
HSV307°41°64°
CMYK 0.000.410.05   0.36
XYZ25.203518.518833.2565
Yxy18.51880.32740.2406
Hunter Lab43.033529.2339-15.6962
CIE-Lab50.119436.2287-20.6911

#a3609b color RGB value is (163,96,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 10011011
Octal 243 140 233
Decimal 163 96 155
Hex A3 60 9B

RGB Percentages of Color #a3609b

%39.37
%23.19
%37.44

CMYK Percentages of Color #a3609b

%0
%41
%5
%36

Triadic Colors of #a3609b

#a3609b #9ba360 #609ba3

Analogous Colors of #a3609b

#a3609b #a3607a #8a60a3

Monochromatic Colors of #a3609b

#a3609b

Complementary Color

#a3609b #60a368

#a3609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3609b Color CSS Codes

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

#a3609b Text Font Color

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

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


#a3609b Background Color

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

This div background color is #a3609b


#a3609b Border Color

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

This div border color is #a3609b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3609b


Comments

No comments written yet.

Please login to write comment.