Color Hex Logo

#85459b Color Hex

#85459B
(133,69,155)
0 Favorites   0 Comments

Color spaces of #85459b

RGB 13369155
HSL0.790.380.44
HSV285°55°61°
CMYK 0.140.550.00   0.39
XYZ17.717411.609332.3174
Yxy11.60930.28740.1883
Hunter Lab34.072433.1919-32.3854
CIE-Lab40.588341.7062-35.8441

#85459b color RGB value is (133,69,155).

#85459b hex color red value is 133, green value is 69 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #85459b hue: 0.79 , saturation: 0.38 and the lightness value of 85459b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000101 10011011
Octal 205 105 233
Decimal 133 69 155
Hex 85 45 9B

RGB Percentages of Color #85459b

%37.25
%19.33
%43.42

CMYK Percentages of Color #85459b

%14
%55
%0
%39

Triadic Colors of #85459b

#85459b #9b8545 #459b85

Analogous Colors of #85459b

#85459b #9b4586 #5a459b

Monochromatic Colors of #85459b

#85459b

Complementary Color

#85459b #5b9b45

#85459b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85459b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85459b Color CSS Codes

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

#85459b Text Font Color

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

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


#85459b Background Color

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

This div background color is #85459b


#85459b Border Color

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

This div border color is #85459b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85459b


Comments

No comments written yet.

Please login to write comment.