Color Hex Logo

#a438ba Color Hex

#A438BA
(164,56,186)
0 Favorites   0 Comments

Color spaces of #a438ba

RGB 16456186
HSL0.810.540.47
HSV290°70°73°
CMYK 0.120.700.00   0.27
XYZ25.586914.266047.8594
Yxy14.26600.29170.1626
Hunter Lab37.770454.8237-48.6880
CIE-Lab44.612061.5881-47.5626

#a438ba color RGB value is (164,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 10111010
Octal 244 70 272
Decimal 164 56 186
Hex A4 38 BA

RGB Percentages of Color #a438ba

%40.39
%13.79
%45.81

CMYK Percentages of Color #a438ba

%12
%70
%0
%27

Triadic Colors of #a438ba

#a438ba #baa438 #38baa4

Analogous Colors of #a438ba

#a438ba #ba388f #6338ba

Monochromatic Colors of #a438ba

#a438ba

Complementary Color

#a438ba #4eba38

#a438ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438ba Color CSS Codes

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

#a438ba Text Font Color

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

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


#a438ba Background Color

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

This div background color is #a438ba


#a438ba Border Color

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

This div border color is #a438ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438ba


Comments

No comments written yet.

Please login to write comment.