Color Hex Logo

#851da9 Color Hex

#851DA9
(133,29,169)
0 Favorites   0 Comments

Color spaces of #851da9

RGB 13329169
HSL0.790.710.39
HSV285°83°66°
CMYK 0.210.830.00   0.34
XYZ17.27378.729838.3107
Yxy8.72980.26860.1357
Hunter Lab29.546252.6511-56.1952
CIE-Lab35.458861.4117-52.4721

#851da9 color RGB value is (133,29,169).

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

The process color (four color CMYK) of #851da9 color hex is 0.21, 0.83, 0.00, 0.34. Web safe color of #851da9 is #993399. Color #851da9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011101 10101001
Octal 205 35 251
Decimal 133 29 169
Hex 85 1D A9

RGB Percentages of Color #851da9

%40.18
%8.76
%51.06

CMYK Percentages of Color #851da9

%21
%83
%0
%34

Triadic Colors of #851da9

#851da9 #a9851d #1da985

Analogous Colors of #851da9

#851da9 #a91d87 #3f1da9

Monochromatic Colors of #851da9

#851da9

Complementary Color

#851da9 #41a91d

#851da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851da9 Color CSS Codes

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

#851da9 Text Font Color

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

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


#851da9 Background Color

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

This div background color is #851da9


#851da9 Border Color

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

This div border color is #851da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851da9


Comments

No comments written yet.

Please login to write comment.