Color Hex Logo

#85219c Color Hex

#85219C
(133,33,156)
0 Favorites   0 Comments

Color spaces of #85219c

RGB 13333156
HSL0.800.650.37
HSV289°79°61°
CMYK 0.150.790.00   0.39
XYZ16.21758.474632.2335
Yxy8.47460.28490.1489
Hunter Lab29.111248.4958-45.2714
CIE-Lab34.952457.7003-45.4457

#85219c color RGB value is (133,33,156).

#85219c hex color red value is 133, green value is 33 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #85219c hue: 0.80 , saturation: 0.65 and the lightness value of 85219c is 0.37.

The process color (four color CMYK) of #85219c color hex is 0.15, 0.79, 0.00, 0.39. Web safe color of #85219c is #993399. Color #85219c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100001 10011100
Octal 205 41 234
Decimal 133 33 156
Hex 85 21 9C

RGB Percentages of Color #85219c

%41.30
%10.25
%48.45

CMYK Percentages of Color #85219c

%15
%79
%0
%39

Triadic Colors of #85219c

#85219c #9c8521 #219c85

Analogous Colors of #85219c

#85219c #9c2176 #47219c

Monochromatic Colors of #85219c

#85219c

Complementary Color

#85219c #389c21

#85219c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85219c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85219c Color CSS Codes

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

#85219c Text Font Color

<p style="color:#85219c">Text here</p>

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


#85219c Background Color

<div style="background-color:#85219c">
Div content here</div>

This div background color is #85219c


#85219c Border Color

<div style="border:3px solid #85219c">
Div here</div>

This div border color is #85219c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,33,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85219c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85219c;
  -webkit-box-shadow: 1px 1px 3px 2px #85219c;
  box-shadow:         1px 1px 3px 2px #85219c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85219c


Comments

No comments written yet.

Please login to write comment.