Color Hex Logo

#85266a Color Hex

#85266A
(133,38,106)
0 Favorites   0 Comments

Color spaces of #85266a

RGB 13338106
HSL0.880.560.34
HSV317°71°52°
CMYK 0.000.710.20   0.48
XYZ12.96757.413414.3831
Yxy7.41340.37300.2132
Hunter Lab27.227637.3649-12.2610
CIE-Lab32.730147.3570-17.8404

#85266a color RGB value is (133,38,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100110 01101010
Octal 205 46 152
Decimal 133 38 106
Hex 85 26 6A

RGB Percentages of Color #85266a

%48.01
%13.72
%38.27

CMYK Percentages of Color #85266a

%0
%71
%20
%48

Triadic Colors of #85266a

#85266a #6a8526 #266a85

Analogous Colors of #85266a

#85266a #85263b #712685

Monochromatic Colors of #85266a

#85266a

Complementary Color

#85266a #268541

#85266a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85266a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85266a Color CSS Codes

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

#85266a Text Font Color

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

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


#85266a Background Color

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

This div background color is #85266a


#85266a Border Color

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

This div border color is #85266a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85266a


Comments

No comments written yet.

Please login to write comment.