Color Hex Logo

#851965 Color Hex

#851965
(133,25,101)
0 Favorites   0 Comments

Color spaces of #851965

RGB 13325101
HSL0.880.680.31
HSV318°81°52°
CMYK 0.000.810.24   0.48
XYZ12.36956.621412.9380
Yxy6.62140.38740.2074
Hunter Lab25.732140.7744-11.7983
CIE-Lab30.929051.1012-17.4133

#851965 color RGB value is (133,25,101).

#851965 hex color red value is 133, green value is 25 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #851965 hue: 0.88 , saturation: 0.68 and the lightness value of 851965 is 0.31.

The process color (four color CMYK) of #851965 color hex is 0.00, 0.81, 0.24, 0.48. Web safe color of #851965 is #990066. Color #851965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011001 01100101
Octal 205 31 145
Decimal 133 25 101
Hex 85 19 65

RGB Percentages of Color #851965

%51.35
%9.65
%39.00

CMYK Percentages of Color #851965

%0
%81
%24
%48

Triadic Colors of #851965

#851965 #658519 #196585

Analogous Colors of #851965

#851965 #85192f #6f1985

Monochromatic Colors of #851965

#851965

Complementary Color

#851965 #198539

#851965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851965 Color CSS Codes

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

#851965 Text Font Color

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

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


#851965 Background Color

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

This div background color is #851965


#851965 Border Color

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

This div border color is #851965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851965


Comments

No comments written yet.

Please login to write comment.