Color Hex Logo

#85399b Color Hex

#85399B
(133,57,155)
0 Favorites   0 Comments

Color spaces of #85399b

RGB 13357155
HSL0.800.460.42
HSV287°63°61°
CMYK 0.140.630.00   0.39
XYZ17.052410.279432.0957
Yxy10.27940.28690.1730
Hunter Lab32.061538.8303-36.9102
CIE-Lab38.339347.7811-39.4159

#85399b color RGB value is (133,57,155).

#85399b hex color red value is 133, green value is 57 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #85399b hue: 0.80 , saturation: 0.46 and the lightness value of 85399b is 0.42.

The process color (four color CMYK) of #85399b color hex is 0.14, 0.63, 0.00, 0.39. Web safe color of #85399b is #993399. Color #85399b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111001 10011011
Octal 205 71 233
Decimal 133 57 155
Hex 85 39 9B

RGB Percentages of Color #85399b

%38.55
%16.52
%44.93

CMYK Percentages of Color #85399b

%14
%63
%0
%39

Triadic Colors of #85399b

#85399b #9b8539 #399b85

Analogous Colors of #85399b

#85399b #9b3980 #54399b

Monochromatic Colors of #85399b

#85399b

Complementary Color

#85399b #4f9b39

#85399b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85399b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85399b Color CSS Codes

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

#85399b Text Font Color

<p style="color:#85399b">Text here</p>

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


#85399b Background Color

<div style="background-color:#85399b">
Div content here</div>

This div background color is #85399b


#85399b Border Color

<div style="border:3px solid #85399b">
Div here</div>

This div border color is #85399b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,57,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85399b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85399b;
  -webkit-box-shadow: 1px 1px 3px 2px #85399b;
  box-shadow:         1px 1px 3px 2px #85399b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85399b


Comments

No comments written yet.

Please login to write comment.