Color Hex Logo

#852c8a Color Hex

#852C8A
(133,44,138)
0 Favorites   0 Comments

Color spaces of #852c8a

RGB 13344138
HSL0.820.520.36
HSV297°68°54°
CMYK 0.040.680.00   0.46
XYZ15.16108.622924.9101
Yxy8.62290.31140.1771
Hunter Lab29.364840.7710-29.7403
CIE-Lab35.247950.2687-33.9628

#852c8a color RGB value is (133,44,138).

#852c8a hex color red value is 133, green value is 44 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #852c8a hue: 0.82 , saturation: 0.52 and the lightness value of 852c8a is 0.36.

The process color (four color CMYK) of #852c8a color hex is 0.04, 0.68, 0.00, 0.46. Web safe color of #852c8a is #993399. Color #852c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101100 10001010
Octal 205 54 212
Decimal 133 44 138
Hex 85 2C 8A

RGB Percentages of Color #852c8a

%42.22
%13.97
%43.81

CMYK Percentages of Color #852c8a

%4
%68
%0
%46

Triadic Colors of #852c8a

#852c8a #8a852c #2c8a85

Analogous Colors of #852c8a

#852c8a #8a2c60 #562c8a

Monochromatic Colors of #852c8a

#852c8a

Complementary Color

#852c8a #318a2c

#852c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#852c8a Color CSS Codes

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

#852c8a Text Font Color

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

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


#852c8a Background Color

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

This div background color is #852c8a


#852c8a Border Color

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

This div border color is #852c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852c8a


Comments

No comments written yet.

Please login to write comment.