Color Hex Logo

#852aaa Color Hex

#852AAA
(133,42,170)
0 Favorites   0 Comments

Color spaces of #852aaa

RGB 13342170
HSL0.790.600.42
HSV283°75°67°
CMYK 0.220.750.00   0.33
XYZ17.75659.544838.9367
Yxy9.54480.26810.1441
Hunter Lab30.894748.5260-53.0972
CIE-Lab37.012757.3280-50.5577

#852aaa color RGB value is (133,42,170).

#852aaa hex color red value is 133, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #852aaa hue: 0.79 , saturation: 0.60 and the lightness value of 852aaa is 0.42.

The process color (four color CMYK) of #852aaa color hex is 0.22, 0.75, 0.00, 0.33. Web safe color of #852aaa is #993399. Color #852aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 10101010
Octal 205 52 252
Decimal 133 42 170
Hex 85 2A AA

RGB Percentages of Color #852aaa

%38.55
%12.17
%49.28

CMYK Percentages of Color #852aaa

%22
%75
%0
%33

Triadic Colors of #852aaa

#852aaa #aa852a #2aaa85

Analogous Colors of #852aaa

#852aaa #aa2a8f #452aaa

Monochromatic Colors of #852aaa

#852aaa

Complementary Color

#852aaa #4faa2a

#852aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#852aaa Color CSS Codes

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

#852aaa Text Font Color

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

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


#852aaa Background Color

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

This div background color is #852aaa


#852aaa Border Color

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

This div border color is #852aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,42,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #852aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #852aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #852aaa;
  box-shadow:         1px 1px 3px 2px #852aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,42,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852aaa


Comments

No comments written yet.

Please login to write comment.