Color Hex Logo

#a038ba Color Hex

#A038BA
(160,56,186)
0 Favorites   0 Comments

Color spaces of #a038ba

RGB 16056186
HSL0.800.540.47
HSV288°70°73°
CMYK 0.140.700.00   0.27
XYZ24.774313.847147.8214
Yxy13.84710.28660.1602
Hunter Lab37.211753.7189-50.1464
CIE-Lab44.012960.7161-48.5554

#a038ba color RGB value is (160,56,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 10111010
Octal 240 70 272
Decimal 160 56 186
Hex A0 38 BA

RGB Percentages of Color #a038ba

%39.80
%13.93
%46.27

CMYK Percentages of Color #a038ba

%14
%70
%0
%27

Triadic Colors of #a038ba

#a038ba #baa038 #38baa0

Analogous Colors of #a038ba

#a038ba #ba3893 #5f38ba

Monochromatic Colors of #a038ba

#a038ba

Complementary Color

#a038ba #52ba38

#a038ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038ba Color CSS Codes

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

#a038ba Text Font Color

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

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


#a038ba Background Color

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

This div background color is #a038ba


#a038ba Border Color

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

This div border color is #a038ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038ba


Comments

No comments written yet.

Please login to write comment.