Color Hex Logo

#85267f Color Hex

#85267F
(133,38,127)
0 Favorites   0 Comments

Color spaces of #85267f

RGB 13338127
HSL0.840.560.34
HSV304°71°52°
CMYK 0.000.710.05   0.48
XYZ14.19677.905120.8563
Yxy7.90510.33050.1840
Hunter Lab28.116040.9275-24.2998
CIE-Lab33.784550.7011-29.4540

#85267f color RGB value is (133,38,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01111111
Octal 205 46 177
Decimal 133 38 127
Hex 85 26 7F

RGB Percentages of Color #85267f

%44.63
%12.75
%42.62

CMYK Percentages of Color #85267f

%0
%71
%5
%48

Triadic Colors of #85267f

#85267f #7f8526 #267f85

Analogous Colors of #85267f

#85267f #85264f #5c2685

Monochromatic Colors of #85267f

#85267f

Complementary Color

#85267f #26852c

#85267f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85267f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85267f Color CSS Codes

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

#85267f Text Font Color

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

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


#85267f Background Color

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

This div background color is #85267f


#85267f Border Color

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

This div border color is #85267f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85267f


Comments

No comments written yet.

Please login to write comment.