Color Hex Logo

#a325cb Color Hex

#A325CB
(163,37,203)
0 Favorites   0 Comments

Color spaces of #a325cb

RGB 16337203
HSL0.790.690.47
HSV286°82°80°
CMYK 0.200.820.00   0.20
XYZ26.545313.421557.6914
Yxy13.42150.27180.1374
Hunter Lab36.635465.2259-67.7219
CIE-Lab43.391670.8301-59.4386

#a325cb color RGB value is (163,37,203).

#a325cb hex color red value is 163, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a325cb hue: 0.79 , saturation: 0.69 and the lightness value of a325cb is 0.47.

The process color (four color CMYK) of #a325cb color hex is 0.20, 0.82, 0.00, 0.20. Web safe color of #a325cb is #9933cc. Color #a325cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100101 11001011
Octal 243 45 313
Decimal 163 37 203
Hex A3 25 CB

RGB Percentages of Color #a325cb

%40.45
%9.18
%50.37

CMYK Percentages of Color #a325cb

%20
%82
%0
%20

Triadic Colors of #a325cb

#a325cb #cba325 #25cba3

Analogous Colors of #a325cb

#a325cb #cb25a0 #5025cb

Monochromatic Colors of #a325cb

#a325cb

Complementary Color

#a325cb #4dcb25

#a325cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a325cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a325cb Color CSS Codes

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

#a325cb Text Font Color

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

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


#a325cb Background Color

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

This div background color is #a325cb


#a325cb Border Color

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

This div border color is #a325cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a325cb


Comments

No comments written yet.

Please login to write comment.