Color Hex Logo

#a436ba Color Hex

#A436BA
(164,54,186)
0 Favorites   0 Comments

Color spaces of #a436ba

RGB 16454186
HSL0.810.550.47
HSV290°71°73°
CMYK 0.120.710.00   0.27
XYZ25.491914.076047.8277
Yxy14.07600.29170.1611
Hunter Lab37.518055.6267-49.3199
CIE-Lab44.341762.3530-47.9950

#a436ba color RGB value is (164,54,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110110 10111010
Octal 244 66 272
Decimal 164 54 186
Hex A4 36 BA

RGB Percentages of Color #a436ba

%40.59
%13.37
%46.04

CMYK Percentages of Color #a436ba

%12
%71
%0
%27

Triadic Colors of #a436ba

#a436ba #baa436 #36baa4

Analogous Colors of #a436ba

#a436ba #ba368e #6236ba

Monochromatic Colors of #a436ba

#a436ba

Complementary Color

#a436ba #4cba36

#a436ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a436ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a436ba Color CSS Codes

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

#a436ba Text Font Color

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

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


#a436ba Background Color

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

This div background color is #a436ba


#a436ba Border Color

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

This div border color is #a436ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,54,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 #a436ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a436ba


Comments

No comments written yet.

Please login to write comment.