Color Hex Logo

#85267c Color Hex

#85267C
(133,38,124)
0 Favorites   0 Comments

Color spaces of #85267c

RGB 13338124
HSL0.850.560.34
HSV306°71°52°
CMYK 0.000.710.07   0.48
XYZ14.00417.828019.8416
Yxy7.82800.33600.1878
Hunter Lab27.978640.3821-22.4618
CIE-Lab33.622150.1959-27.8332

#85267c color RGB value is (133,38,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01111100
Octal 205 46 174
Decimal 133 38 124
Hex 85 26 7C

RGB Percentages of Color #85267c

%45.08
%12.88
%42.03

CMYK Percentages of Color #85267c

%0
%71
%7
%48

Triadic Colors of #85267c

#85267c #7c8526 #267c85

Analogous Colors of #85267c

#85267c #85264c #5f2685

Monochromatic Colors of #85267c

#85267c

Complementary Color

#85267c #26852f

#85267c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85267c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85267c Color CSS Codes

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

#85267c Text Font Color

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

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


#85267c Background Color

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

This div background color is #85267c


#85267c Border Color

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

This div border color is #85267c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85267c


Comments

No comments written yet.

Please login to write comment.