Color Hex Logo

#85345a Color Hex

#85345A
(133,52,90)
0 Favorites   0 Comments

Color spaces of #85345a

RGB 1335290
HSL0.920.440.36
HSV332°61°52°
CMYK 0.000.610.32   0.48
XYZ12.74638.180710.5801
Yxy8.18070.40460.2596
Hunter Lab28.601929.4942-1.9105
CIE-Lab34.356438.8749-5.1261

#85345a color RGB value is (133,52,90).

#85345a hex color red value is 133, green value is 52 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #85345a hue: 0.92 , saturation: 0.44 and the lightness value of 85345a is 0.36.

The process color (four color CMYK) of #85345a color hex is 0.00, 0.61, 0.32, 0.48. Web safe color of #85345a is #993366. Color #85345a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 01011010
Octal 205 64 132
Decimal 133 52 90
Hex 85 34 5A

RGB Percentages of Color #85345a

%48.36
%18.91
%32.73

CMYK Percentages of Color #85345a

%0
%61
%32
%48

Triadic Colors of #85345a

#85345a #5a8534 #345a85

Analogous Colors of #85345a

#85345a #853734 #853483

Monochromatic Colors of #85345a

#85345a

Complementary Color

#85345a #34855f

#85345a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85345a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85345a Color CSS Codes

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

#85345a Text Font Color

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

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


#85345a Background Color

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

This div background color is #85345a


#85345a Border Color

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

This div border color is #85345a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85345a


Comments

No comments written yet.

Please login to write comment.