Color Hex Logo

#85377f Color Hex

#85377F
(133,55,127)
0 Favorites   0 Comments

Color spaces of #85377f

RGB 13355127
HSL0.850.410.37
HSV305°59°52°
CMYK 0.000.590.05   0.48
XYZ14.86989.251221.0806
Yxy9.25120.32900.2047
Hunter Lab30.415834.0382-19.8017
CIE-Lab36.463543.2815-25.2468

#85377f color RGB value is (133,55,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110111 01111111
Octal 205 67 177
Decimal 133 55 127
Hex 85 37 7F

RGB Percentages of Color #85377f

%42.22
%17.46
%40.32

CMYK Percentages of Color #85377f

%0
%59
%5
%48

Triadic Colors of #85377f

#85377f #7f8537 #377f85

Analogous Colors of #85377f

#85377f #853758 #643785

Monochromatic Colors of #85377f

#85377f

Complementary Color

#85377f #37853d

#85377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85377f Color CSS Codes

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

#85377f Text Font Color

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

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


#85377f Background Color

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

This div background color is #85377f


#85377f Border Color

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

This div border color is #85377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85377f


Comments

No comments written yet.

Please login to write comment.