Color Hex Logo

#a325bb Color Hex

#A325BB
(163,37,187)
0 Favorites   0 Comments

Color spaces of #a325bb

RGB 16337187
HSL0.810.670.44
HSV290°80°73°
CMYK 0.130.800.00   0.27
XYZ24.735512.697548.1609
Yxy12.69750.28900.1483
Hunter Lab35.633661.5494-55.1905
CIE-Lab42.303967.9156-51.8608

#a325bb color RGB value is (163,37,187).

#a325bb hex color red value is 163, green value is 37 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a325bb hue: 0.81 , saturation: 0.67 and the lightness value of a325bb is 0.44.

The process color (four color CMYK) of #a325bb color hex is 0.13, 0.80, 0.00, 0.27. Web safe color of #a325bb is #9933cc. Color #a325bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100101 10111011
Octal 243 45 273
Decimal 163 37 187
Hex A3 25 BB

RGB Percentages of Color #a325bb

%42.12
%9.56
%48.32

CMYK Percentages of Color #a325bb

%13
%80
%0
%27

Triadic Colors of #a325bb

#a325bb #bba325 #25bba3

Analogous Colors of #a325bb

#a325bb #bb2588 #5825bb

Monochromatic Colors of #a325bb

#a325bb

Complementary Color

#a325bb #3dbb25

#a325bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a325bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a325bb Color CSS Codes

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

#a325bb Text Font Color

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

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


#a325bb Background Color

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

This div background color is #a325bb


#a325bb Border Color

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

This div border color is #a325bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,37,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a325bb


Comments

No comments written yet.

Please login to write comment.