Color Hex Logo

#851aac Color Hex

#851AAC
(133,26,172)
0 Favorites   0 Comments

Color spaces of #851aac

RGB 13326172
HSL0.790.740.39
HSV284°85°67°
CMYK 0.230.850.00   0.33
XYZ17.48878.703939.7880
Yxy8.70390.26510.1319
Hunter Lab29.502454.1838-59.3090
CIE-Lab35.407862.8015-54.3520

#851aac color RGB value is (133,26,172).

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

The process color (four color CMYK) of #851aac color hex is 0.23, 0.85, 0.00, 0.33. Web safe color of #851aac is #993399. Color #851aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 10101100
Octal 205 32 254
Decimal 133 26 172
Hex 85 1A AC

RGB Percentages of Color #851aac

%40.18
%7.85
%51.96

CMYK Percentages of Color #851aac

%23
%85
%0
%33

Triadic Colors of #851aac

#851aac #ac851a #1aac85

Analogous Colors of #851aac

#851aac #ac1a8a #3c1aac

Monochromatic Colors of #851aac

#851aac

Complementary Color

#851aac #41ac1a

#851aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#851aac Color CSS Codes

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

#851aac Text Font Color

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

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


#851aac Background Color

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

This div background color is #851aac


#851aac Border Color

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

This div border color is #851aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851aac


Comments

No comments written yet.

Please login to write comment.