Color Hex Logo

#85375a Color Hex

#85375A
(133,55,90)
0 Favorites   0 Comments

Color spaces of #85375a

RGB 1335590
HSL0.930.410.37
HSV333°59°52°
CMYK 0.000.590.32   0.48
XYZ12.88458.457110.6262
Yxy8.45710.40300.2646
Hunter Lab29.081128.1933-1.3077
CIE-Lab34.917337.3791-4.2924

#85375a color RGB value is (133,55,90).

#85375a hex color red value is 133, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #85375a hue: 0.93 , saturation: 0.41 and the lightness value of 85375a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 01011010
Octal 205 67 132
Decimal 133 55 90
Hex 85 37 5A

RGB Percentages of Color #85375a

%47.84
%19.78
%32.37

CMYK Percentages of Color #85375a

%0
%59
%32
%48

Triadic Colors of #85375a

#85375a #5a8537 #375a85

Analogous Colors of #85375a

#85375a #853b37 #853781

Monochromatic Colors of #85375a

#85375a

Complementary Color

#85375a #378562

#85375a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85375a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85375a Color CSS Codes

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

#85375a Text Font Color

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

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


#85375a Background Color

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

This div background color is #85375a


#85375a Border Color

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

This div border color is #85375a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85375a


Comments

No comments written yet.

Please login to write comment.