Color Hex Logo

#a037cc Color Hex

#A037CC
(160,55,204)
0 Favorites   0 Comments

Color spaces of #a037cc

RGB 16055204
HSL0.780.590.51
HSV282°73°80°
CMYK 0.220.730.00   0.20
XYZ26.762514.565658.5276
Yxy14.56560.26800.1459
Hunter Lab38.164958.3815-64.2084
CIE-Lab45.033464.6424-57.3861

#a037cc color RGB value is (160,55,204).

#a037cc hex color red value is 160, green value is 55 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a037cc hue: 0.78 , saturation: 0.59 and the lightness value of a037cc is 0.51.

The process color (four color CMYK) of #a037cc color hex is 0.22, 0.73, 0.00, 0.20. Web safe color of #a037cc is #9933cc. Color #a037cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 11001100
Octal 240 67 314
Decimal 160 55 204
Hex A0 37 CC

RGB Percentages of Color #a037cc

%38.19
%13.13
%48.69

CMYK Percentages of Color #a037cc

%22
%73
%0
%20

Triadic Colors of #a037cc

#a037cc #cca037 #37cca0

Analogous Colors of #a037cc

#a037cc #cc37ae #5537cc

Monochromatic Colors of #a037cc

#a037cc

Complementary Color

#a037cc #63cc37

#a037cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a037cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a037cc Color CSS Codes

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

#a037cc Text Font Color

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

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


#a037cc Background Color

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

This div background color is #a037cc


#a037cc Border Color

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

This div border color is #a037cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a037cc


Comments

No comments written yet.

Please login to write comment.