Color Hex Logo

#85266f Color Hex

#85266F
(133,38,111)
0 Favorites   0 Comments

Color spaces of #85266f

RGB 13338111
HSL0.870.560.34
HSV314°71°52°
CMYK 0.000.710.17   0.48
XYZ13.23527.520515.7929
Yxy7.52050.36210.2058
Hunter Lab27.423538.1569-14.9480
CIE-Lab32.963648.1095-20.6625

#85266f color RGB value is (133,38,111).

#85266f hex color red value is 133, green value is 38 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #85266f hue: 0.87 , saturation: 0.56 and the lightness value of 85266f is 0.34.

The process color (four color CMYK) of #85266f color hex is 0.00, 0.71, 0.17, 0.48. Web safe color of #85266f is #993366. Color #85266f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01101111
Octal 205 46 157
Decimal 133 38 111
Hex 85 26 6F

RGB Percentages of Color #85266f

%47.16
%13.48
%39.36

CMYK Percentages of Color #85266f

%0
%71
%17
%48

Triadic Colors of #85266f

#85266f #6f8526 #266f85

Analogous Colors of #85266f

#85266f #852640 #6c2685

Monochromatic Colors of #85266f

#85266f

Complementary Color

#85266f #26853c

#85266f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85266f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85266f Color CSS Codes

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

#85266f Text Font Color

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

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


#85266f Background Color

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

This div background color is #85266f


#85266f Border Color

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

This div border color is #85266f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85266f


Comments

No comments written yet.

Please login to write comment.