Color Hex Logo

#85084c Color Hex

#85084C
(133,8,76)
0 Favorites   0 Comments

Color spaces of #85084c

RGB 133876
HSL0.910.890.28
HSV327°94°52°
CMYK 0.000.940.43   0.48
XYZ11.06425.68207.3511
Yxy5.68200.45910.2358
Hunter Lab23.836941.1382-1.5986
CIE-Lab28.595651.9130-4.5491

#85084c color RGB value is (133,8,76).

#85084c hex color red value is 133, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #85084c hue: 0.91 , saturation: 0.89 and the lightness value of 85084c is 0.28.

The process color (four color CMYK) of #85084c color hex is 0.00, 0.94, 0.43, 0.48. Web safe color of #85084c is #990033. Color #85084c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001000 01001100
Octal 205 10 114
Decimal 133 8 76
Hex 85 8 4C

RGB Percentages of Color #85084c

%61.29
%3.69
%35.02

CMYK Percentages of Color #85084c

%0
%94
%43
%48

Triadic Colors of #85084c

#85084c #4c8508 #084c85

Analogous Colors of #85084c

#85084c #85080e #800885

Monochromatic Colors of #85084c

#85084c

Complementary Color

#85084c #088541

#85084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85084c Color CSS Codes

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

#85084c Text Font Color

<p style="color:#85084c">Text here</p>

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


#85084c Background Color

<div style="background-color:#85084c">
Div content here</div>

This div background color is #85084c


#85084c Border Color

<div style="border:3px solid #85084c">
Div here</div>

This div border color is #85084c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,8,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85084c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85084c;
  -webkit-box-shadow: 1px 1px 3px 2px #85084c;
  box-shadow:         1px 1px 3px 2px #85084c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85084c


Comments

No comments written yet.

Please login to write comment.