Color Hex Logo

#a452b5 Color Hex

#A452B5
(164,82,181)
0 Favorites   0 Comments

Color spaces of #a452b5

RGB 16482181
HSL0.800.400.52
HSV290°55°71°
CMYK 0.090.550.00   0.29
XYZ26.667617.263345.6427
Yxy17.26330.29770.1927
Hunter Lab41.549141.8562-36.0471
CIE-Lab48.590148.9239-38.3189

#a452b5 color RGB value is (164,82,181).

#a452b5 hex color red value is 164, green value is 82 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a452b5 hue: 0.80 , saturation: 0.40 and the lightness value of a452b5 is 0.52.

The process color (four color CMYK) of #a452b5 color hex is 0.09, 0.55, 0.00, 0.29. Web safe color of #a452b5 is #9966cc. Color #a452b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010010 10110101
Octal 244 122 265
Decimal 164 82 181
Hex A4 52 B5

RGB Percentages of Color #a452b5

%38.41
%19.20
%42.39

CMYK Percentages of Color #a452b5

%9
%55
%0
%29

Triadic Colors of #a452b5

#a452b5 #b5a452 #52b5a4

Analogous Colors of #a452b5

#a452b5 #b55295 #7352b5

Monochromatic Colors of #a452b5

#a452b5

Complementary Color

#a452b5 #63b552

#a452b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a452b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a452b5 Color CSS Codes

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

#a452b5 Text Font Color

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

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


#a452b5 Background Color

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

This div background color is #a452b5


#a452b5 Border Color

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

This div border color is #a452b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a452b5


Comments

No comments written yet.

Please login to write comment.