Color Hex Logo

#a426bc Color Hex

#A426BC
(164,38,188)
0 Favorites   0 Comments

Color spaces of #a426bc

RGB 16438188
HSL0.810.660.44
HSV290°80°74°
CMYK 0.130.800.00   0.26
XYZ25.080112.909648.7469
Yxy12.90960.28920.1488
Hunter Lab35.929961.7206-55.2890
CIE-Lab42.626767.9996-51.9198

#a426bc color RGB value is (164,38,188).

#a426bc hex color red value is 164, green value is 38 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a426bc hue: 0.81 , saturation: 0.66 and the lightness value of a426bc is 0.44.

The process color (four color CMYK) of #a426bc color hex is 0.13, 0.80, 0.00, 0.26. Web safe color of #a426bc is #9933cc. Color #a426bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 10111100
Octal 244 46 274
Decimal 164 38 188
Hex A4 26 BC

RGB Percentages of Color #a426bc

%42.05
%9.74
%48.21

CMYK Percentages of Color #a426bc

%13
%80
%0
%26

Triadic Colors of #a426bc

#a426bc #bca426 #26bca4

Analogous Colors of #a426bc

#a426bc #bc2689 #5926bc

Monochromatic Colors of #a426bc

#a426bc

Complementary Color

#a426bc #3ebc26

#a426bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a426bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a426bc Color CSS Codes

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

#a426bc Text Font Color

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

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


#a426bc Background Color

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

This div background color is #a426bc


#a426bc Border Color

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

This div border color is #a426bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a426bc


Comments

No comments written yet.

Please login to write comment.