Color Hex Logo

#a42fba Color Hex

#A42FBA
(164,47,186)
0 Favorites   0 Comments

Color spaces of #a42fba

RGB 16447186
HSL0.810.600.46
HSV291°75°73°
CMYK 0.120.750.00   0.27
XYZ25.189313.470747.7269
Yxy13.47070.29160.1559
Hunter Lab36.702558.2772-51.4074
CIE-Lab43.464164.8551-49.4014

#a42fba color RGB value is (164,47,186).

#a42fba hex color red value is 164, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a42fba hue: 0.81 , saturation: 0.60 and the lightness value of a42fba is 0.46.

The process color (four color CMYK) of #a42fba color hex is 0.12, 0.75, 0.00, 0.27. Web safe color of #a42fba is #9933cc. Color #a42fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101111 10111010
Octal 244 57 272
Decimal 164 47 186
Hex A4 2F BA

RGB Percentages of Color #a42fba

%41.31
%11.84
%46.85

CMYK Percentages of Color #a42fba

%12
%75
%0
%27

Triadic Colors of #a42fba

#a42fba #baa42f #2fbaa4

Analogous Colors of #a42fba

#a42fba #ba2f8b #5f2fba

Monochromatic Colors of #a42fba

#a42fba

Complementary Color

#a42fba #45ba2f

#a42fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42fba Color CSS Codes

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

#a42fba Text Font Color

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

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


#a42fba Background Color

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

This div background color is #a42fba


#a42fba Border Color

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

This div border color is #a42fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42fba


Comments

No comments written yet.

Please login to write comment.