Color Hex Logo

#852bab Color Hex

#852BAB
(133,43,171)
0 Favorites   0 Comments

Color spaces of #852bab

RGB 13343171
HSL0.780.600.42
HSV282°75°67°
CMYK 0.220.750.00   0.33
XYZ17.88749.654639.4488
Yxy9.65460.26700.1441
Hunter Lab31.071948.3829-53.5242
CIE-Lab37.215257.1558-50.8282

#852bab color RGB value is (133,43,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101011 10101011
Octal 205 53 253
Decimal 133 43 171
Hex 85 2B AB

RGB Percentages of Color #852bab

%38.33
%12.39
%49.28

CMYK Percentages of Color #852bab

%22
%75
%0
%33

Triadic Colors of #852bab

#852bab #ab852b #2bab85

Analogous Colors of #852bab

#852bab #ab2b91 #452bab

Monochromatic Colors of #852bab

#852bab

Complementary Color

#852bab #51ab2b

#852bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#852bab Color CSS Codes

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

#852bab Text Font Color

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

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


#852bab Background Color

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

This div background color is #852bab


#852bab Border Color

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

This div border color is #852bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852bab


Comments

No comments written yet.

Please login to write comment.