Color Hex Logo

#85425f Color Hex

#85425F
(133,66,95)
0 Favorites   0 Comments

Color spaces of #85425f

RGB 1336695
HSL0.930.340.39
HSV334°50°52°
CMYK 0.000.500.29   0.48
XYZ13.68669.709211.9792
Yxy9.70920.38690.2745
Hunter Lab31.159623.8754-0.9821
CIE-Lab37.315432.2654-3.9109

#85425f color RGB value is (133,66,95).

#85425f hex color red value is 133, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #85425f hue: 0.93 , saturation: 0.34 and the lightness value of 85425f is 0.39.

The process color (four color CMYK) of #85425f color hex is 0.00, 0.50, 0.29, 0.48. Web safe color of #85425f is #993366. Color #85425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000010 01011111
Octal 205 102 137
Decimal 133 66 95
Hex 85 42 5F

RGB Percentages of Color #85425f

%45.24
%22.45
%32.31

CMYK Percentages of Color #85425f

%0
%50
%29
%48

Triadic Colors of #85425f

#85425f #5f8542 #425f85

Analogous Colors of #85425f

#85425f #854742 #854281

Monochromatic Colors of #85425f

#85425f

Complementary Color

#85425f #428568

#85425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85425f Color CSS Codes

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

#85425f Text Font Color

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

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


#85425f Background Color

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

This div background color is #85425f


#85425f Border Color

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

This div border color is #85425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85425f


Comments

No comments written yet.

Please login to write comment.