Color Hex Logo

#851da6 Color Hex

#851DA6
(133,29,166)
0 Favorites   0 Comments

Color spaces of #851da6

RGB 13329166
HSL0.790.700.38
HSV286°83°65°
CMYK 0.200.830.00   0.35
XYZ16.99528.618436.8442
Yxy8.61840.27210.1380
Hunter Lab29.357151.9609-53.8610
CIE-Lab35.238960.8289-51.0260

#851da6 color RGB value is (133,29,166).

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

The process color (four color CMYK) of #851da6 color hex is 0.20, 0.83, 0.00, 0.35. Web safe color of #851da6 is #993399. Color #851da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011101 10100110
Octal 205 35 246
Decimal 133 29 166
Hex 85 1D A6

RGB Percentages of Color #851da6

%40.55
%8.84
%50.61

CMYK Percentages of Color #851da6

%20
%83
%0
%35

Triadic Colors of #851da6

#851da6 #a6851d #1da685

Analogous Colors of #851da6

#851da6 #a61d83 #411da6

Monochromatic Colors of #851da6

#851da6

Complementary Color

#851da6 #3ea61d

#851da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851da6 Color CSS Codes

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

#851da6 Text Font Color

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

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


#851da6 Background Color

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

This div background color is #851da6


#851da6 Border Color

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

This div border color is #851da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851da6


Comments

No comments written yet.

Please login to write comment.