Color Hex Logo

#85177d Color Hex

#85177D
(133,23,125)
0 Favorites   0 Comments

Color spaces of #85177d

RGB 13323125
HSL0.850.710.31
HSV304°83°52°
CMYK 0.000.830.06   0.48
XYZ13.68097.080020.0475
Yxy7.08000.33520.1735
Hunter Lab26.608345.2130-26.0451
CIE-Lab31.988355.1904-31.0408

#85177d color RGB value is (133,23,125).

#85177d hex color red value is 133, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #85177d hue: 0.85 , saturation: 0.71 and the lightness value of 85177d is 0.31.

The process color (four color CMYK) of #85177d color hex is 0.00, 0.83, 0.06, 0.48. Web safe color of #85177d is #990066. Color #85177d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 01111101
Octal 205 27 175
Decimal 133 23 125
Hex 85 17 7D

RGB Percentages of Color #85177d

%47.33
%8.19
%44.48

CMYK Percentages of Color #85177d

%0
%83
%6
%48

Triadic Colors of #85177d

#85177d #7d8517 #177d85

Analogous Colors of #85177d

#85177d #851746 #561785

Monochromatic Colors of #85177d

#85177d

Complementary Color

#85177d #17851f

#85177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85177d Color CSS Codes

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

#85177d Text Font Color

<p style="color:#85177d">Text here</p>

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


#85177d Background Color

<div style="background-color:#85177d">
Div content here</div>

This div background color is #85177d


#85177d Border Color

<div style="border:3px solid #85177d">
Div here</div>

This div border color is #85177d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,23,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85177d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85177d;
  -webkit-box-shadow: 1px 1px 3px 2px #85177d;
  box-shadow:         1px 1px 3px 2px #85177d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85177d


Comments

No comments written yet.

Please login to write comment.