Color Hex Logo

#a427bf Color Hex

#A427BF
(164,39,191)
0 Favorites   0 Comments

Color spaces of #a427bf

RGB 16439191
HSL0.800.660.45
HSV289°80°75°
CMYK 0.140.800.00   0.25
XYZ25.439313.105150.4790
Yxy13.10510.28580.1472
Hunter Lab36.201062.0846-57.3339
CIE-Lab42.921268.2542-53.2032

#a427bf color RGB value is (164,39,191).

#a427bf hex color red value is 164, green value is 39 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a427bf hue: 0.80 , saturation: 0.66 and the lightness value of a427bf is 0.45.

The process color (four color CMYK) of #a427bf color hex is 0.14, 0.80, 0.00, 0.25. Web safe color of #a427bf is #9933cc. Color #a427bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 10111111
Octal 244 47 277
Decimal 164 39 191
Hex A4 27 BF

RGB Percentages of Color #a427bf

%41.62
%9.90
%48.48

CMYK Percentages of Color #a427bf

%14
%80
%0
%25

Triadic Colors of #a427bf

#a427bf #bfa427 #27bfa4

Analogous Colors of #a427bf

#a427bf #bf278e #5827bf

Monochromatic Colors of #a427bf

#a427bf

Complementary Color

#a427bf #42bf27

#a427bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a427bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a427bf Color CSS Codes

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

#a427bf Text Font Color

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

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


#a427bf Background Color

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

This div background color is #a427bf


#a427bf Border Color

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

This div border color is #a427bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a427bf


Comments

No comments written yet.

Please login to write comment.