Color Hex Logo

#85267a Color Hex

#85267A
(133,38,122)
0 Favorites   0 Comments

Color spaces of #85267a

RGB 13338122
HSL0.850.560.34
HSV307°71°52°
CMYK 0.000.710.08   0.48
XYZ13.87887.777919.1821
Yxy7.77790.33980.1905
Hunter Lab27.888940.0243-21.2577
CIE-Lab33.516049.8631-26.7456

#85267a color RGB value is (133,38,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01111010
Octal 205 46 172
Decimal 133 38 122
Hex 85 26 7A

RGB Percentages of Color #85267a

%45.39
%12.97
%41.64

CMYK Percentages of Color #85267a

%0
%71
%8
%48

Triadic Colors of #85267a

#85267a #7a8526 #267a85

Analogous Colors of #85267a

#85267a #85264b #612685

Monochromatic Colors of #85267a

#85267a

Complementary Color

#85267a #268531

#85267a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85267a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85267a Color CSS Codes

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

#85267a Text Font Color

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

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


#85267a Background Color

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

This div background color is #85267a


#85267a Border Color

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

This div border color is #85267a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85267a


Comments

No comments written yet.

Please login to write comment.