Color Hex Logo

#851aaf Color Hex

#851AAF
(133,26,175)
0 Favorites   0 Comments

Color spaces of #851aaf

RGB 13326175
HSL0.790.740.39
HSV283°85°69°
CMYK 0.240.850.00   0.31
XYZ17.78018.820541.3228
Yxy8.82050.26180.1299
Hunter Lab29.699354.8888-61.7049
CIE-Lab35.636463.3872-55.7733

#851aaf color RGB value is (133,26,175).

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

The process color (four color CMYK) of #851aaf color hex is 0.24, 0.85, 0.00, 0.31. Web safe color of #851aaf is #993399. Color #851aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 10101111
Octal 205 32 257
Decimal 133 26 175
Hex 85 1A AF

RGB Percentages of Color #851aaf

%39.82
%7.78
%52.40

CMYK Percentages of Color #851aaf

%24
%85
%0
%31

Triadic Colors of #851aaf

#851aaf #af851a #1aaf85

Analogous Colors of #851aaf

#851aaf #af1a8f #3a1aaf

Monochromatic Colors of #851aaf

#851aaf

Complementary Color

#851aaf #44af1a

#851aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#851aaf Color CSS Codes

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

#851aaf Text Font Color

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

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


#851aaf Background Color

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

This div background color is #851aaf


#851aaf Border Color

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

This div border color is #851aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851aaf


Comments

No comments written yet.

Please login to write comment.