Color Hex Logo

#851499 Color Hex

#851499
(133,20,153)
0 Favorites   0 Comments

Color spaces of #851499

RGB 13320153
HSL0.810.770.34
HSV291°87°60°
CMYK 0.130.870.00   0.40
XYZ15.67287.786830.8139
Yxy7.78680.28880.1435
Hunter Lab27.904851.4214-45.9376
CIE-Lab33.534960.6699-45.9034

#851499 color RGB value is (133,20,153).

#851499 hex color red value is 133, green value is 20 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #851499 hue: 0.81 , saturation: 0.77 and the lightness value of 851499 is 0.34.

The process color (four color CMYK) of #851499 color hex is 0.13, 0.87, 0.00, 0.40. Web safe color of #851499 is #990099. Color #851499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 10011001
Octal 205 24 231
Decimal 133 20 153
Hex 85 14 99

RGB Percentages of Color #851499

%43.46
%6.54
%50.00

CMYK Percentages of Color #851499

%13
%87
%0
%40

Triadic Colors of #851499

#851499 #998514 #149985

Analogous Colors of #851499

#851499 #99146b #431499

Monochromatic Colors of #851499

#851499

Complementary Color

#851499 #289914

#851499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851499 Color CSS Codes

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

#851499 Text Font Color

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

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


#851499 Background Color

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

This div background color is #851499


#851499 Border Color

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

This div border color is #851499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851499


Comments

No comments written yet.

Please login to write comment.