Color Hex Logo

#851262 Color Hex

#851262
(133,18,98)
0 Favorites   0 Comments

Color spaces of #851262

RGB 1331898
HSL0.880.760.30
HSV318°86°52°
CMYK 0.000.860.26   0.48
XYZ12.09386.301012.1341
Yxy6.30100.39610.2064
Hunter Lab25.101842.0714-11.0893
CIE-Lab30.159552.5213-16.6599

#851262 color RGB value is (133,18,98).

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

The process color (four color CMYK) of #851262 color hex is 0.00, 0.86, 0.26, 0.48. Web safe color of #851262 is #990066. Color #851262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010010 01100010
Octal 205 22 142
Decimal 133 18 98
Hex 85 12 62

RGB Percentages of Color #851262

%53.41
%7.23
%39.36

CMYK Percentages of Color #851262

%0
%86
%26
%48

Triadic Colors of #851262

#851262 #628512 #126285

Analogous Colors of #851262

#851262 #851228 #6f1285

Monochromatic Colors of #851262

#851262

Complementary Color

#851262 #128535

#851262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851262 Color CSS Codes

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

#851262 Text Font Color

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

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


#851262 Background Color

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

This div background color is #851262


#851262 Border Color

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

This div border color is #851262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851262


Comments

No comments written yet.

Please login to write comment.