Color Hex Logo

#85208a Color Hex

#85208A
(133,32,138)
0 Favorites   0 Comments

Color spaces of #85208a

RGB 13332138
HSL0.830.620.33
HSV297°77°54°
CMYK 0.040.770.00   0.46
XYZ14.77687.854524.7820
Yxy7.85450.31170.1657
Hunter Lab28.025945.0698-32.8093
CIE-Lab33.678054.7252-36.4594

#85208a color RGB value is (133,32,138).

#85208a hex color red value is 133, green value is 32 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #85208a hue: 0.83 , saturation: 0.62 and the lightness value of 85208a is 0.33.

The process color (four color CMYK) of #85208a color hex is 0.04, 0.77, 0.00, 0.46. Web safe color of #85208a is #993399. Color #85208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 10001010
Octal 205 40 212
Decimal 133 32 138
Hex 85 20 8A

RGB Percentages of Color #85208a

%43.89
%10.56
%45.54

CMYK Percentages of Color #85208a

%4
%77
%0
%46

Triadic Colors of #85208a

#85208a #8a8520 #208a85

Analogous Colors of #85208a

#85208a #8a205a #50208a

Monochromatic Colors of #85208a

#85208a

Complementary Color

#85208a #258a20

#85208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85208a Color CSS Codes

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

#85208a Text Font Color

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

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


#85208a Background Color

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

This div background color is #85208a


#85208a Border Color

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

This div border color is #85208a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,32,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 #85208a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85208a


Comments

No comments written yet.

Please login to write comment.