Color Hex Logo

#a037be Color Hex

#A037BE
(160,55,190)
0 Favorites   0 Comments

Color spaces of #a037be

RGB 16055190
HSL0.800.550.48
HSV287°71°75°
CMYK 0.160.710.00   0.25
XYZ25.157713.923750.0768
Yxy13.92370.28220.1562
Hunter Lab37.314555.0457-53.4483
CIE-Lab44.123361.8792-50.7183

#a037be color RGB value is (160,55,190).

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

The process color (four color CMYK) of #a037be color hex is 0.16, 0.71, 0.00, 0.25. Web safe color of #a037be is #9933cc. Color #a037be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 10111110
Octal 240 67 276
Decimal 160 55 190
Hex A0 37 BE

RGB Percentages of Color #a037be

%39.51
%13.58
%46.91

CMYK Percentages of Color #a037be

%16
%71
%0
%25

Triadic Colors of #a037be

#a037be #bea037 #37bea0

Analogous Colors of #a037be

#a037be #be3799 #5d37be

Monochromatic Colors of #a037be

#a037be

Complementary Color

#a037be #55be37

#a037be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a037be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a037be Color CSS Codes

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

#a037be Text Font Color

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

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


#a037be Background Color

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

This div background color is #a037be


#a037be Border Color

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

This div border color is #a037be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a037be


Comments

No comments written yet.

Please login to write comment.