Color Hex Logo

#850727 Color Hex

#850727
(133,7,39)
0 Favorites   0 Comments

Color spaces of #850727

RGB 133739
HSL0.960.900.27
HSV345°95°52°
CMYK 0.000.950.71   0.48
XYZ10.11515.28502.4064
Yxy5.28500.56810.2968
Hunter Lab22.989138.30819.8862
CIE-Lab27.531849.307918.9285

#850727 color RGB value is (133,7,39).

#850727 hex color red value is 133, green value is 7 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #850727 hue: 0.96 , saturation: 0.90 and the lightness value of 850727 is 0.27.

The process color (four color CMYK) of #850727 color hex is 0.00, 0.95, 0.71, 0.48. Web safe color of #850727 is #990033. Color #850727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000111 00100111
Octal 205 7 47
Decimal 133 7 39
Hex 85 7 27

RGB Percentages of Color #850727

%74.30
%3.91
%21.79

CMYK Percentages of Color #850727

%0
%95
%71
%48

Triadic Colors of #850727

#850727 #278507 #072785

Analogous Colors of #850727

#850727 #852607 #850766

Monochromatic Colors of #850727

#850727

Complementary Color

#850727 #078565

#850727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850727 Color CSS Codes

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

#850727 Text Font Color

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

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


#850727 Background Color

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

This div background color is #850727


#850727 Border Color

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

This div border color is #850727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850727


Comments

No comments written yet.

Please login to write comment.