Color Hex Logo

#85138a Color Hex

#85138A
(133,19,138)
0 Favorites   0 Comments

Color spaces of #85138a

RGB 13319138
HSL0.830.760.31
HSV297°86°54°
CMYK 0.040.860.00   0.46
XYZ14.49327.287324.6875
Yxy7.28730.31190.1568
Hunter Lab26.995048.5927-35.3255
CIE-Lab32.452258.2777-38.4175

#85138a color RGB value is (133,19,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010011 10001010
Octal 205 23 212
Decimal 133 19 138
Hex 85 13 8A

RGB Percentages of Color #85138a

%45.86
%6.55
%47.59

CMYK Percentages of Color #85138a

%4
%86
%0
%46

Triadic Colors of #85138a

#85138a #8a8513 #138a85

Analogous Colors of #85138a

#85138a #8a1354 #4a138a

Monochromatic Colors of #85138a

#85138a

Complementary Color

#85138a #188a13

#85138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85138a Color CSS Codes

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

#85138a Text Font Color

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

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


#85138a Background Color

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

This div background color is #85138a


#85138a Border Color

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

This div border color is #85138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85138a


Comments

No comments written yet.

Please login to write comment.