Color Hex Logo

#a038ea Color Hex

#A038EA
(160,56,234)
0 Favorites   0 Comments

Color spaces of #a038ea

RGB 16056234
HSL0.760.810.57
HSV275°76°92°
CMYK 0.320.760.00   0.08
XYZ30.762716.242479.3556
Yxy16.24240.24350.1285
Hunter Lab40.301965.7221-88.5325
CIE-Lab47.290970.4876-70.8625

#a038ea color RGB value is (160,56,234).

#a038ea hex color red value is 160, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a038ea hue: 0.76 , saturation: 0.81 and the lightness value of a038ea is 0.57.

The process color (four color CMYK) of #a038ea color hex is 0.32, 0.76, 0.00, 0.08. Web safe color of #a038ea is #9933ff. Color #a038ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 11101010
Octal 240 70 352
Decimal 160 56 234
Hex A0 38 EA

RGB Percentages of Color #a038ea

%35.56
%12.44
%52.00

CMYK Percentages of Color #a038ea

%32
%76
%0
%8

Triadic Colors of #a038ea

#a038ea #eaa038 #38eaa0

Analogous Colors of #a038ea

#a038ea #ea38db #4738ea

Monochromatic Colors of #a038ea

#a038ea

Complementary Color

#a038ea #82ea38

#a038ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038ea Color CSS Codes

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

#a038ea Text Font Color

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

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


#a038ea Background Color

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

This div background color is #a038ea


#a038ea Border Color

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

This div border color is #a038ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038ea


Comments

No comments written yet.

Please login to write comment.