Color Hex Logo

#851289 Color Hex

#851289
(133,18,137)
0 Favorites   0 Comments

Color spaces of #851289

RGB 13318137
HSL0.830.770.30
HSV298°87°54°
CMYK 0.030.870.00   0.46
XYZ14.40457.225324.3023
Yxy7.22530.31360.1573
Hunter Lab26.879948.6153-34.7885
CIE-Lab32.314458.3256-38.0175

#851289 color RGB value is (133,18,137).

#851289 hex color red value is 133, green value is 18 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #851289 hue: 0.83 , saturation: 0.77 and the lightness value of 851289 is 0.30.

The process color (four color CMYK) of #851289 color hex is 0.03, 0.87, 0.00, 0.46. Web safe color of #851289 is #990099. Color #851289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010010 10001001
Octal 205 22 211
Decimal 133 18 137
Hex 85 12 89

RGB Percentages of Color #851289

%46.18
%6.25
%47.57

CMYK Percentages of Color #851289

%3
%87
%0
%46

Triadic Colors of #851289

#851289 #898512 #128985

Analogous Colors of #851289

#851289 #891252 #4a1289

Monochromatic Colors of #851289

#851289

Complementary Color

#851289 #168912

#851289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851289 Color CSS Codes

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

#851289 Text Font Color

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

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


#851289 Background Color

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

This div background color is #851289


#851289 Border Color

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

This div border color is #851289


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,18,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851289; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851289;
  -webkit-box-shadow: 1px 1px 3px 2px #851289;
  box-shadow:         1px 1px 3px 2px #851289; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851289


Comments

No comments written yet.

Please login to write comment.