Color Hex Logo

#85088a Color Hex

#85088A
(133,8,138)
0 Favorites   0 Comments

Color spaces of #85088a

RGB 1338138
HSL0.830.890.29
HSV298°94°54°
CMYK 0.040.940.00   0.46
XYZ14.34716.995224.6388
Yxy6.99520.31200.1521
Hunter Lab26.448450.5435-36.7194
CIE-Lab31.796060.2056-39.4687

#85088a color RGB value is (133,8,138).

#85088a hex color red value is 133, green value is 8 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #85088a hue: 0.83 , saturation: 0.89 and the lightness value of 85088a is 0.29.

The process color (four color CMYK) of #85088a color hex is 0.04, 0.94, 0.00, 0.46. Web safe color of #85088a is #990099. Color #85088a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001000 10001010
Octal 205 10 212
Decimal 133 8 138
Hex 85 8 8A

RGB Percentages of Color #85088a

%47.67
%2.87
%49.46

CMYK Percentages of Color #85088a

%4
%94
%0
%46

Triadic Colors of #85088a

#85088a #8a8508 #088a85

Analogous Colors of #85088a

#85088a #8a084e #44088a

Monochromatic Colors of #85088a

#85088a

Complementary Color

#85088a #0d8a08

#85088a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85088a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85088a Color CSS Codes

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

#85088a Text Font Color

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

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


#85088a Background Color

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

This div background color is #85088a


#85088a Border Color

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

This div border color is #85088a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85088a


Comments

No comments written yet.

Please login to write comment.