Color Hex Logo

#852aac Color Hex

#852AAC
(133,42,172)
0 Favorites   0 Comments

Color spaces of #852aac

RGB 13342172
HSL0.780.610.42
HSV282°76°67°
CMYK 0.230.760.00   0.33
XYZ17.94729.621039.9408
Yxy9.62100.26580.1425
Hunter Lab31.017749.0010-54.6339
CIE-Lab37.153457.7412-51.5251

#852aac color RGB value is (133,42,172).

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

The process color (four color CMYK) of #852aac color hex is 0.23, 0.76, 0.00, 0.33. Web safe color of #852aac is #993399. Color #852aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 10101100
Octal 205 52 254
Decimal 133 42 172
Hex 85 2A AC

RGB Percentages of Color #852aac

%38.33
%12.10
%49.57

CMYK Percentages of Color #852aac

%23
%76
%0
%33

Triadic Colors of #852aac

#852aac #ac852a #2aac85

Analogous Colors of #852aac

#852aac #ac2a92 #442aac

Monochromatic Colors of #852aac

#852aac

Complementary Color

#852aac #51ac2a

#852aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#852aac Color CSS Codes

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

#852aac Text Font Color

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

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


#852aac Background Color

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

This div background color is #852aac


#852aac Border Color

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

This div border color is #852aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852aac


Comments

No comments written yet.

Please login to write comment.