Color Hex Logo

#a45ab6 Color Hex

#A45AB6
(164,90,182)
0 Favorites   0 Comments

Color spaces of #a45ab6

RGB 16490182
HSL0.800.390.53
HSV288°51°71°
CMYK 0.100.510.00   0.29
XYZ27.409518.582246.3981
Yxy18.58220.29670.2011
Hunter Lab43.107138.0613-33.6416
CIE-Lab50.194845.0150-36.3735

#a45ab6 color RGB value is (164,90,182).

#a45ab6 hex color red value is 164, green value is 90 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #a45ab6 hue: 0.80 , saturation: 0.39 and the lightness value of a45ab6 is 0.53.

The process color (four color CMYK) of #a45ab6 color hex is 0.10, 0.51, 0.00, 0.29. Web safe color of #a45ab6 is #9966cc. Color #a45ab6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011010 10110110
Octal 244 132 266
Decimal 164 90 182
Hex A4 5A B6

RGB Percentages of Color #a45ab6

%37.61
%20.64
%41.74

CMYK Percentages of Color #a45ab6

%10
%51
%0
%29

Triadic Colors of #a45ab6

#a45ab6 #b6a45a #5ab6a4

Analogous Colors of #a45ab6

#a45ab6 #b65a9a #765ab6

Monochromatic Colors of #a45ab6

#a45ab6

Complementary Color

#a45ab6 #6cb65a

#a45ab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45ab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45ab6 Color CSS Codes

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

#a45ab6 Text Font Color

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

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


#a45ab6 Background Color

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

This div background color is #a45ab6


#a45ab6 Border Color

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

This div border color is #a45ab6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,90,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a45ab6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a45ab6;
  -webkit-box-shadow: 1px 1px 3px 2px #a45ab6;
  box-shadow:         1px 1px 3px 2px #a45ab6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,90,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45ab6


Comments

No comments written yet.

Please login to write comment.