Color Hex Logo

#851886 Color Hex

#851886
(133,24,134)
0 Favorites   0 Comments

Color spaces of #851886

RGB 13324134
HSL0.830.700.31
HSV299°82°53°
CMYK 0.010.820.00   0.47
XYZ14.30267.361023.2212
Yxy7.36100.31870.1640
Hunter Lab27.131246.6194-31.7537
CIE-Lab32.615056.3999-35.6729

#851886 color RGB value is (133,24,134).

#851886 hex color red value is 133, green value is 24 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #851886 hue: 0.83 , saturation: 0.70 and the lightness value of 851886 is 0.31.

The process color (four color CMYK) of #851886 color hex is 0.01, 0.82, 0.00, 0.47. Web safe color of #851886 is #990099. Color #851886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 10000110
Octal 205 30 206
Decimal 133 24 134
Hex 85 18 86

RGB Percentages of Color #851886

%45.70
%8.25
%46.05

CMYK Percentages of Color #851886

%1
%82
%0
%47

Triadic Colors of #851886

#851886 #868518 #188685

Analogous Colors of #851886

#851886 #861850 #4e1886

Monochromatic Colors of #851886

#851886

Complementary Color

#851886 #198618

#851886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851886 Color CSS Codes

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

#851886 Text Font Color

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

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


#851886 Background Color

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

This div background color is #851886


#851886 Border Color

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

This div border color is #851886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851886


Comments

No comments written yet.

Please login to write comment.