Color Hex Logo

#a037da Color Hex

#A037DA
(160,55,218)
0 Favorites   0 Comments

Color spaces of #a037da

RGB 16055218
HSL0.770.690.54
HSV279°75°85°
CMYK 0.270.750.00   0.15
XYZ28.518315.267967.7736
Yxy15.26790.25560.1369
Hunter Lab39.074261.8986-75.4858
CIE-Lab45.999067.4960-63.8694

#a037da color RGB value is (160,55,218).

#a037da hex color red value is 160, green value is 55 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a037da hue: 0.77 , saturation: 0.69 and the lightness value of a037da is 0.54.

The process color (four color CMYK) of #a037da color hex is 0.27, 0.75, 0.00, 0.15. Web safe color of #a037da is #9933cc. Color #a037da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 11011010
Octal 240 67 332
Decimal 160 55 218
Hex A0 37 DA

RGB Percentages of Color #a037da

%36.95
%12.70
%50.35

CMYK Percentages of Color #a037da

%27
%75
%0
%15

Triadic Colors of #a037da

#a037da #daa037 #37daa0

Analogous Colors of #a037da

#a037da #da37c3 #4f37da

Monochromatic Colors of #a037da

#a037da

Complementary Color

#a037da #71da37

#a037da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a037da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a037da Color CSS Codes

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

#a037da Text Font Color

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

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


#a037da Background Color

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

This div background color is #a037da


#a037da Border Color

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

This div border color is #a037da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a037da


Comments

No comments written yet.

Please login to write comment.