Color Hex Logo

#85374f Color Hex

#85374F
(133,55,79)
0 Favorites   0 Comments

Color spaces of #85374f

RGB 1335579
HSL0.950.410.37
HSV342°59°52°
CMYK 0.000.590.41   0.48
XYZ12.45038.28348.3398
Yxy8.28340.42820.2849
Hunter Lab28.780926.85062.9662
CIE-Lab34.566335.97382.2466

#85374f color RGB value is (133,55,79).

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

The process color (four color CMYK) of #85374f color hex is 0.00, 0.59, 0.41, 0.48. Web safe color of #85374f is #993366. Color #85374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 01001111
Octal 205 67 117
Decimal 133 55 79
Hex 85 37 4F

RGB Percentages of Color #85374f

%49.81
%20.60
%29.59

CMYK Percentages of Color #85374f

%0
%59
%41
%48

Triadic Colors of #85374f

#85374f #4f8537 #374f85

Analogous Colors of #85374f

#85374f #854637 #853776

Monochromatic Colors of #85374f

#85374f

Complementary Color

#85374f #37856d

#85374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85374f Color CSS Codes

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

#85374f Text Font Color

<p style="color:#85374f">Text here</p>

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


#85374f Background Color

<div style="background-color:#85374f">
Div content here</div>

This div background color is #85374f


#85374f Border Color

<div style="border:3px solid #85374f">
Div here</div>

This div border color is #85374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85374f


Comments

No comments written yet.

Please login to write comment.