Color Hex Logo

#851853 Color Hex

#851853
(133,24,83)
0 Favorites   0 Comments

Color spaces of #851853

RGB 1332483
HSL0.910.690.31
HSV328°82°52°
CMYK 0.000.820.38   0.48
XYZ11.56086.26438.7834
Yxy6.26430.43450.2354
Hunter Lab25.028638.6498-3.2869
CIE-Lab30.069749.1582-6.9861

#851853 color RGB value is (133,24,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011000 01010011
Octal 205 30 123
Decimal 133 24 83
Hex 85 18 53

RGB Percentages of Color #851853

%55.42
%10.00
%34.58

CMYK Percentages of Color #851853

%0
%82
%38
%48

Triadic Colors of #851853

#851853 #538518 #185385

Analogous Colors of #851853

#851853 #85181c #811885

Monochromatic Colors of #851853

#851853

Complementary Color

#851853 #18854a

#851853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851853 Color CSS Codes

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

#851853 Text Font Color

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

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


#851853 Background Color

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

This div background color is #851853


#851853 Border Color

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

This div border color is #851853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851853


Comments

No comments written yet.

Please login to write comment.