Color Hex Logo

#85349a Color Hex

#85349A
(133,52,154)
0 Favorites   0 Comments

Color spaces of #85349a

RGB 13352154
HSL0.800.500.40
HSV288°66°60°
CMYK 0.140.660.00   0.40
XYZ16.73369.775631.5768
Yxy9.77560.28810.1683
Hunter Lab31.266040.8181-37.9933
CIE-Lab37.436649.9033-40.2510

#85349a color RGB value is (133,52,154).

#85349a hex color red value is 133, green value is 52 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #85349a hue: 0.80 , saturation: 0.50 and the lightness value of 85349a is 0.40.

The process color (four color CMYK) of #85349a color hex is 0.14, 0.66, 0.00, 0.40. Web safe color of #85349a is #993399. Color #85349a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 10011010
Octal 205 64 232
Decimal 133 52 154
Hex 85 34 9A

RGB Percentages of Color #85349a

%39.23
%15.34
%45.43

CMYK Percentages of Color #85349a

%14
%66
%0
%40

Triadic Colors of #85349a

#85349a #9a8534 #349a85

Analogous Colors of #85349a

#85349a #9a347c #52349a

Monochromatic Colors of #85349a

#85349a

Complementary Color

#85349a #499a34

#85349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85349a Color CSS Codes

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

#85349a Text Font Color

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

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


#85349a Background Color

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

This div background color is #85349a


#85349a Border Color

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

This div border color is #85349a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85349a


Comments

No comments written yet.

Please login to write comment.