Color Hex Logo

#a425cb Color Hex

#A425CB
(164,37,203)
0 Favorites   0 Comments

Color spaces of #a425cb

RGB 16437203
HSL0.790.690.47
HSV286°82°80°
CMYK 0.190.820.00   0.20
XYZ26.750913.527457.7010
Yxy13.52740.27300.1381
Hunter Lab36.779665.4640-67.2703
CIE-Lab43.547471.0002-59.1790

#a425cb color RGB value is (164,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 11001011
Octal 244 45 313
Decimal 164 37 203
Hex A4 25 CB

RGB Percentages of Color #a425cb

%40.59
%9.16
%50.25

CMYK Percentages of Color #a425cb

%19
%82
%0
%20

Triadic Colors of #a425cb

#a425cb #cba425 #25cba4

Analogous Colors of #a425cb

#a425cb #cb259f #5125cb

Monochromatic Colors of #a425cb

#a425cb

Complementary Color

#a425cb #4ccb25

#a425cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a425cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a425cb Color CSS Codes

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

#a425cb Text Font Color

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

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


#a425cb Background Color

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

This div background color is #a425cb


#a425cb Border Color

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

This div border color is #a425cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a425cb


Comments

No comments written yet.

Please login to write comment.