Color Hex Logo

#a427cd Color Hex

#A427CD
(164,39,205)
0 Favorites   0 Comments

Color spaces of #a427cd

RGB 16439205
HSL0.790.680.48
HSV285°81°80°
CMYK 0.200.810.00   0.20
XYZ27.054813.751358.9859
Yxy13.75130.27110.1378
Hunter Lab37.082765.3351-68.3521
CIE-Lab43.874170.8280-59.8082

#a427cd color RGB value is (164,39,205).

#a427cd hex color red value is 164, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a427cd hue: 0.79 , saturation: 0.68 and the lightness value of a427cd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 11001101
Octal 244 47 315
Decimal 164 39 205
Hex A4 27 CD

RGB Percentages of Color #a427cd

%40.20
%9.56
%50.25

CMYK Percentages of Color #a427cd

%20
%81
%0
%20

Triadic Colors of #a427cd

#a427cd #cda427 #27cda4

Analogous Colors of #a427cd

#a427cd #cd27a3 #5127cd

Monochromatic Colors of #a427cd

#a427cd

Complementary Color

#a427cd #50cd27

#a427cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a427cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a427cd Color CSS Codes

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

#a427cd Text Font Color

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

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


#a427cd Background Color

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

This div background color is #a427cd


#a427cd Border Color

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

This div border color is #a427cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a427cd


Comments

No comments written yet.

Please login to write comment.