Color Hex Logo

#851eab Color Hex

#851EAB
(133,30,171)
0 Favorites   0 Comments

Color spaces of #851eab

RGB 13330171
HSL0.790.700.39
HSV284°82°67°
CMYK 0.220.820.00   0.33
XYZ17.48788.855439.3156
Yxy8.85540.26630.1349
Hunter Lab29.758052.8220-57.5019
CIE-Lab35.704461.5184-53.2725

#851eab color RGB value is (133,30,171).

#851eab hex color red value is 133, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #851eab hue: 0.79 , saturation: 0.70 and the lightness value of 851eab is 0.39.

The process color (four color CMYK) of #851eab color hex is 0.22, 0.82, 0.00, 0.33. Web safe color of #851eab is #993399. Color #851eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011110 10101011
Octal 205 36 253
Decimal 133 30 171
Hex 85 1E AB

RGB Percentages of Color #851eab

%39.82
%8.98
%51.20

CMYK Percentages of Color #851eab

%22
%82
%0
%33

Triadic Colors of #851eab

#851eab #ab851e #1eab85

Analogous Colors of #851eab

#851eab #ab1e8b #3f1eab

Monochromatic Colors of #851eab

#851eab

Complementary Color

#851eab #44ab1e

#851eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#851eab Color CSS Codes

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

#851eab Text Font Color

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

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


#851eab Background Color

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

This div background color is #851eab


#851eab Border Color

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

This div border color is #851eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,30,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851eab;
  -webkit-box-shadow: 1px 1px 3px 2px #851eab;
  box-shadow:         1px 1px 3px 2px #851eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851eab


Comments

No comments written yet.

Please login to write comment.