Color Hex Logo

#85044c Color Hex

#85044C
(133,4,76)
0 Favorites   0 Comments

Color spaces of #85044c

RGB 133476
HSL0.910.940.27
HSV327°97°52°
CMYK 0.000.970.43   0.48
XYZ11.02085.59527.3366
Yxy5.59520.46010.2336
Hunter Lab23.654241.7708-1.8315
CIE-Lab28.367352.5772-4.8891

#85044c color RGB value is (133,4,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000100 01001100
Octal 205 4 114
Decimal 133 4 76
Hex 85 4 4C

RGB Percentages of Color #85044c

%62.44
%1.88
%35.68

CMYK Percentages of Color #85044c

%0
%97
%43
%48

Triadic Colors of #85044c

#85044c #4c8504 #044c85

Analogous Colors of #85044c

#85044c #85040b #7e0485

Monochromatic Colors of #85044c

#85044c

Complementary Color

#85044c #04853d

#85044c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85044c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85044c Color CSS Codes

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

#85044c Text Font Color

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

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


#85044c Background Color

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

This div background color is #85044c


#85044c Border Color

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

This div border color is #85044c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85044c


Comments

No comments written yet.

Please login to write comment.