Color Hex Logo

#a037de Color Hex

#A037DE
(160,55,222)
0 Favorites   0 Comments

Color spaces of #a037de

RGB 16055222
HSL0.770.720.54
HSV278°75°87°
CMYK 0.280.750.00   0.13
XYZ29.048215.479970.5641
Yxy15.47990.25240.1345
Hunter Lab39.344562.9344-78.7951
CIE-Lab46.284668.3253-65.6892

#a037de color RGB value is (160,55,222).

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

The process color (four color CMYK) of #a037de color hex is 0.28, 0.75, 0.00, 0.13. Web safe color of #a037de is #9933cc. Color #a037de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110111 11011110
Octal 240 67 336
Decimal 160 55 222
Hex A0 37 DE

RGB Percentages of Color #a037de

%36.61
%12.59
%50.80

CMYK Percentages of Color #a037de

%28
%75
%0
%13

Triadic Colors of #a037de

#a037de #dea037 #37dea0

Analogous Colors of #a037de

#a037de #de37c9 #4c37de

Monochromatic Colors of #a037de

#a037de

Complementary Color

#a037de #75de37

#a037de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a037de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a037de Color CSS Codes

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

#a037de Text Font Color

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

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


#a037de Background Color

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

This div background color is #a037de


#a037de Border Color

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

This div border color is #a037de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a037de


Comments

No comments written yet.

Please login to write comment.