Color Hex Logo

#85026f Color Hex

#85026F
(133,2,111)
0 Favorites   0 Comments

Color spaces of #85026f

RGB 1332111
HSL0.860.970.26
HSV310°98°52°
CMYK 0.000.980.17   0.48
XYZ12.56386.177715.5691
Yxy6.17770.36620.1801
Hunter Lab24.855046.7327-19.7406
CIE-Lab29.856457.0441-25.5210

#85026f color RGB value is (133,2,111).

#85026f hex color red value is 133, green value is 2 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #85026f hue: 0.86 , saturation: 0.97 and the lightness value of 85026f is 0.26.

The process color (four color CMYK) of #85026f color hex is 0.00, 0.98, 0.17, 0.48. Web safe color of #85026f is #990066. Color #85026f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 01101111
Octal 205 2 157
Decimal 133 2 111
Hex 85 2 6F

RGB Percentages of Color #85026f

%54.07
%0.81
%45.12

CMYK Percentages of Color #85026f

%0
%98
%17
%48

Triadic Colors of #85026f

#85026f #6f8502 #026f85

Analogous Colors of #85026f

#85026f #85022e #590285

Monochromatic Colors of #85026f

#85026f

Complementary Color

#85026f #028518

#85026f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85026f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85026f Color CSS Codes

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

#85026f Text Font Color

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

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


#85026f Background Color

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

This div background color is #85026f


#85026f Border Color

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

This div border color is #85026f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85026f


Comments

No comments written yet.

Please login to write comment.