Color Hex Logo

#a037dc Color Hex

#A037DC
(160,55,220)
0 Favorites   0 Comments

Color spaces of #a037dc

RGB 16055220
HSL0.770.700.54
HSV278°75°86°
CMYK 0.270.750.00   0.14
XYZ28.781715.373369.1605
Yxy15.37330.25400.1357
Hunter Lab39.208862.4147-77.1356
CIE-Lab46.141367.9099-64.7810

#a037dc color RGB value is (160,55,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 11011100
Octal 240 67 334
Decimal 160 55 220
Hex A0 37 DC

RGB Percentages of Color #a037dc

%36.78
%12.64
%50.57

CMYK Percentages of Color #a037dc

%27
%75
%0
%14

Triadic Colors of #a037dc

#a037dc #dca037 #37dca0

Analogous Colors of #a037dc

#a037dc #dc37c6 #4d37dc

Monochromatic Colors of #a037dc

#a037dc

Complementary Color

#a037dc #73dc37

#a037dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a037dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a037dc Color CSS Codes

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

#a037dc Text Font Color

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

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


#a037dc Background Color

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

This div background color is #a037dc


#a037dc Border Color

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

This div border color is #a037dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a037dc


Comments

No comments written yet.

Please login to write comment.