Color Hex Logo

#85134e Color Hex

#85134E
(133,19,78)
0 Favorites   0 Comments

Color spaces of #85134e

RGB 1331978
HSL0.910.750.30
HSV329°86°52°
CMYK 0.000.860.41   0.48
XYZ11.28096.00237.7717
Yxy6.00230.45020.2396
Hunter Lab24.499639.3165-1.6581
CIE-Lab29.418349.9504-4.6552

#85134e color RGB value is (133,19,78).

#85134e hex color red value is 133, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #85134e hue: 0.91 , saturation: 0.75 and the lightness value of 85134e is 0.30.

The process color (four color CMYK) of #85134e color hex is 0.00, 0.86, 0.41, 0.48. Web safe color of #85134e is #990066. Color #85134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010011 01001110
Octal 205 23 116
Decimal 133 19 78
Hex 85 13 4E

RGB Percentages of Color #85134e

%57.83
%8.26
%33.91

CMYK Percentages of Color #85134e

%0
%86
%41
%48

Triadic Colors of #85134e

#85134e #4e8513 #134e85

Analogous Colors of #85134e

#85134e #851315 #831385

Monochromatic Colors of #85134e

#85134e

Complementary Color

#85134e #13854a

#85134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85134e Color CSS Codes

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

#85134e Text Font Color

<p style="color:#85134e">Text here</p>

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


#85134e Background Color

<div style="background-color:#85134e">
Div content here</div>

This div background color is #85134e


#85134e Border Color

<div style="border:3px solid #85134e">
Div here</div>

This div border color is #85134e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,19,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85134e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85134e;
  -webkit-box-shadow: 1px 1px 3px 2px #85134e;
  box-shadow:         1px 1px 3px 2px #85134e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85134e


Comments

No comments written yet.

Please login to write comment.