Color Hex Logo

#85287c Color Hex

#85287C
(133,40,124)
0 Favorites   0 Comments

Color spaces of #85287c

RGB 13340124
HSL0.850.540.34
HSV306°70°52°
CMYK 0.000.700.07   0.48
XYZ14.06977.959419.8635
Yxy7.95940.33590.1900
Hunter Lab28.212439.6473-21.9956
CIE-Lab33.898249.4174-27.3988

#85287c color RGB value is (133,40,124).

#85287c hex color red value is 133, green value is 40 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #85287c hue: 0.85 , saturation: 0.54 and the lightness value of 85287c is 0.34.

The process color (four color CMYK) of #85287c color hex is 0.00, 0.70, 0.07, 0.48. Web safe color of #85287c is #993366. Color #85287c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 01111100
Octal 205 50 174
Decimal 133 40 124
Hex 85 28 7C

RGB Percentages of Color #85287c

%44.78
%13.47
%41.75

CMYK Percentages of Color #85287c

%0
%70
%7
%48

Triadic Colors of #85287c

#85287c #7c8528 #287c85

Analogous Colors of #85287c

#85287c #85284d #602885

Monochromatic Colors of #85287c

#85287c

Complementary Color

#85287c #288531

#85287c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85287c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85287c Color CSS Codes

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

#85287c Text Font Color

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

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


#85287c Background Color

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

This div background color is #85287c


#85287c Border Color

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

This div border color is #85287c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85287c


Comments

No comments written yet.

Please login to write comment.