Color Hex Logo

#a427ff Color Hex

#A427FF
(164,39,255)
0 Favorites   0 Comments

Color spaces of #a427ff

RGB 16439255
HSL0.761.000.58
HSV275°85°100°
CMYK 0.360.850.00   0.00
XYZ34.085416.563696.0083
Yxy16.56360.23240.1129
Hunter Lab40.698478.2737-111.3773
CIE-Lab47.705480.6408-81.9473

#a427ff color RGB value is (164,39,255).

#a427ff hex color red value is 164, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a427ff hue: 0.76 , saturation: 1.00 and the lightness value of a427ff is 0.58.

The process color (four color CMYK) of #a427ff color hex is 0.36, 0.85, 0.00, 0.00. Web safe color of #a427ff is #9933ff. Color #a427ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 11111111
Octal 244 47 377
Decimal 164 39 255
Hex A4 27 FF

RGB Percentages of Color #a427ff

%35.81
%8.52
%55.68

CMYK Percentages of Color #a427ff

%36
%85
%0
%0

Triadic Colors of #a427ff

#a427ff #ffa427 #27ffa4

Analogous Colors of #a427ff

#a427ff #ff27ee #3827ff

Monochromatic Colors of #a427ff

#a427ff

Complementary Color

#a427ff #82ff27

#a427ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a427ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a427ff Color CSS Codes

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

#a427ff Text Font Color

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

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


#a427ff Background Color

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

This div background color is #a427ff


#a427ff Border Color

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

This div border color is #a427ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a427ff

Related Colors


Comments

No comments written yet.

Please login to write comment.