Color Hex Logo

#a038bb Color Hex

#A038BB
(160,56,187)
0 Favorites   0 Comments

Color spaces of #a038bb

RGB 16056187
HSL0.800.540.48
HSV288°70°73°
CMYK 0.140.700.00   0.27
XYZ24.881013.889848.3833
Yxy13.88980.28550.1594
Hunter Lab37.269053.9468-50.8830
CIE-Lab44.074560.9084-49.0423

#a038bb color RGB value is (160,56,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 10111011
Octal 240 70 273
Decimal 160 56 187
Hex A0 38 BB

RGB Percentages of Color #a038bb

%39.70
%13.90
%46.40

CMYK Percentages of Color #a038bb

%14
%70
%0
%27

Triadic Colors of #a038bb

#a038bb #bba038 #38bba0

Analogous Colors of #a038bb

#a038bb #bb3895 #5e38bb

Monochromatic Colors of #a038bb

#a038bb

Complementary Color

#a038bb #53bb38

#a038bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038bb Color CSS Codes

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

#a038bb Text Font Color

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

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


#a038bb Background Color

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

This div background color is #a038bb


#a038bb Border Color

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

This div border color is #a038bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,56,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038bb


Comments

No comments written yet.

Please login to write comment.