Color Hex Logo

#a425cc Color Hex

#A425CC
(164,37,204)
0 Favorites   0 Comments

Color spaces of #a425cc

RGB 16437204
HSL0.790.690.47
HSV286°82°80°
CMYK 0.200.820.00   0.20
XYZ26.870513.575358.3308
Yxy13.57530.27200.1374
Hunter Lab36.844765.7003-68.0739
CIE-Lab43.617671.1852-59.6447

#a425cc color RGB value is (164,37,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 11001100
Octal 244 45 314
Decimal 164 37 204
Hex A4 25 CC

RGB Percentages of Color #a425cc

%40.49
%9.14
%50.37

CMYK Percentages of Color #a425cc

%20
%82
%0
%20

Triadic Colors of #a425cc

#a425cc #cca425 #25cca4

Analogous Colors of #a425cc

#a425cc #cc25a1 #5025cc

Monochromatic Colors of #a425cc

#a425cc

Complementary Color

#a425cc #4dcc25

#a425cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a425cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a425cc Color CSS Codes

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

#a425cc Text Font Color

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

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


#a425cc Background Color

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

This div background color is #a425cc


#a425cc Border Color

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

This div border color is #a425cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a425cc


Comments

No comments written yet.

Please login to write comment.