Color Hex Logo

#a427af Color Hex

#A427AF
(164,39,175)
0 Favorites   0 Comments

Color spaces of #a427af

RGB 16439175
HSL0.820.640.42
HSV295°78°69°
CMYK 0.060.780.00   0.31
XYZ23.773212.438741.7054
Yxy12.43870.30510.1596
Hunter Lab35.268558.6002-45.4230
CIE-Lab41.905065.4402-45.4108

#a427af color RGB value is (164,39,175).

#a427af hex color red value is 164, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a427af hue: 0.82 , saturation: 0.64 and the lightness value of a427af is 0.42.

The process color (four color CMYK) of #a427af color hex is 0.06, 0.78, 0.00, 0.31. Web safe color of #a427af is #993399. Color #a427af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 10101111
Octal 244 47 257
Decimal 164 39 175
Hex A4 27 AF

RGB Percentages of Color #a427af

%43.39
%10.32
%46.30

CMYK Percentages of Color #a427af

%6
%78
%0
%31

Triadic Colors of #a427af

#a427af #afa427 #27afa4

Analogous Colors of #a427af

#a427af #af2776 #6027af

Monochromatic Colors of #a427af

#a427af

Complementary Color

#a427af #32af27

#a427af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a427af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a427af Color CSS Codes

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

#a427af Text Font Color

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

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


#a427af Background Color

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

This div background color is #a427af


#a427af Border Color

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

This div border color is #a427af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a427af


Comments

No comments written yet.

Please login to write comment.