Color Hex Logo

#851669 Color Hex

#851669
(133,22,105)
0 Favorites   0 Comments

Color spaces of #851669

RGB 13322105
HSL0.880.720.30
HSV315°83°52°
CMYK 0.000.830.21   0.48
XYZ12.50966.580313.9754
Yxy6.58030.37830.1990
Hunter Lab25.652142.1568-14.3450
CIE-Lab30.831752.4736-20.1418

#851669 color RGB value is (133,22,105).

#851669 hex color red value is 133, green value is 22 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #851669 hue: 0.88 , saturation: 0.72 and the lightness value of 851669 is 0.30.

The process color (four color CMYK) of #851669 color hex is 0.00, 0.83, 0.21, 0.48. Web safe color of #851669 is #990066. Color #851669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 01101001
Octal 205 26 151
Decimal 133 22 105
Hex 85 16 69

RGB Percentages of Color #851669

%51.15
%8.46
%40.38

CMYK Percentages of Color #851669

%0
%83
%21
%48

Triadic Colors of #851669

#851669 #698516 #166985

Analogous Colors of #851669

#851669 #851632 #6a1685

Monochromatic Colors of #851669

#851669

Complementary Color

#851669 #168532

#851669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851669 Color CSS Codes

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

#851669 Text Font Color

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

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


#851669 Background Color

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

This div background color is #851669


#851669 Border Color

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

This div border color is #851669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851669


Comments

No comments written yet.

Please login to write comment.