Color Hex Logo

#851857 Color Hex

#851857
(133,24,87)
0 Favorites   0 Comments

Color spaces of #851857

RGB 1332487
HSL0.900.690.31
HSV325°82°52°
CMYK 0.000.820.35   0.48
XYZ11.71986.32799.6205
Yxy6.32790.42360.2287
Hunter Lab25.155339.1409-5.0664
CIE-Lab30.225149.6189-9.3807

#851857 color RGB value is (133,24,87).

#851857 hex color red value is 133, green value is 24 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #851857 hue: 0.90 , saturation: 0.69 and the lightness value of 851857 is 0.31.

The process color (four color CMYK) of #851857 color hex is 0.00, 0.82, 0.35, 0.48. Web safe color of #851857 is #990066. Color #851857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 01010111
Octal 205 30 127
Decimal 133 24 87
Hex 85 18 57

RGB Percentages of Color #851857

%54.51
%9.84
%35.66

CMYK Percentages of Color #851857

%0
%82
%35
%48

Triadic Colors of #851857

#851857 #578518 #185785

Analogous Colors of #851857

#851857 #851821 #7d1885

Monochromatic Colors of #851857

#851857

Complementary Color

#851857 #188546

#851857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851857 Color CSS Codes

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

#851857 Text Font Color

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

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


#851857 Background Color

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

This div background color is #851857


#851857 Border Color

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

This div border color is #851857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851857


Comments

No comments written yet.

Please login to write comment.