Color Hex Logo

#a0629e Color Hex

#A0629E
(160,98,158)
0 Favorites   0 Comments

Color spaces of #a0629e

RGB 16098158
HSL0.840.250.51
HSV302°39°63°
CMYK 0.000.390.01   0.37
XYZ25.036418.677634.6333
Yxy18.67760.31960.2384
Hunter Lab43.217627.7761-17.2609
CIE-Lab50.307934.7049-22.1998

#a0629e color RGB value is (160,98,158).

#a0629e hex color red value is 160, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a0629e hue: 0.84 , saturation: 0.25 and the lightness value of a0629e is 0.51.

The process color (four color CMYK) of #a0629e color hex is 0.00, 0.39, 0.01, 0.37. Web safe color of #a0629e is #996699. Color #a0629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 10011110
Octal 240 142 236
Decimal 160 98 158
Hex A0 62 9E

RGB Percentages of Color #a0629e

%38.46
%23.56
%37.98

CMYK Percentages of Color #a0629e

%0
%39
%1
%37

Triadic Colors of #a0629e

#a0629e #9ea062 #629ea0

Analogous Colors of #a0629e

#a0629e #a0627f #8362a0

Monochromatic Colors of #a0629e

#a0629e

Complementary Color

#a0629e #62a064

#a0629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0629e Color CSS Codes

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

#a0629e Text Font Color

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

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


#a0629e Background Color

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

This div background color is #a0629e


#a0629e Border Color

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

This div border color is #a0629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0629e


Comments

No comments written yet.

Please login to write comment.