Color Hex Logo

#a538ba Color Hex

#A538BA
(165,56,186)
0 Favorites   0 Comments

Color spaces of #a538ba

RGB 16556186
HSL0.810.540.47
HSV290°70°73°
CMYK 0.110.700.00   0.27
XYZ25.794114.372947.8691
Yxy14.37290.29300.1633
Hunter Lab37.911655.1016-48.3244
CIE-Lab44.763061.8062-47.3125

#a538ba color RGB value is (165,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111000 10111010
Octal 245 70 272
Decimal 165 56 186
Hex A5 38 BA

RGB Percentages of Color #a538ba

%40.54
%13.76
%45.70

CMYK Percentages of Color #a538ba

%11
%70
%0
%27

Triadic Colors of #a538ba

#a538ba #baa538 #38baa5

Analogous Colors of #a538ba

#a538ba #ba388e #6438ba

Monochromatic Colors of #a538ba

#a538ba

Complementary Color

#a538ba #4dba38

#a538ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a538ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a538ba Color CSS Codes

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

#a538ba Text Font Color

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

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


#a538ba Background Color

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

This div background color is #a538ba


#a538ba Border Color

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

This div border color is #a538ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a538ba


Comments

No comments written yet.

Please login to write comment.