Color Hex Logo

#851f48 Color Hex

#851F48
(133,31,72)
0 Favorites   0 Comments

Color spaces of #851f48

RGB 1333172
HSL0.930.620.32
HSV336°77°52°
CMYK 0.000.770.46   0.48
XYZ11.33266.43446.7756
Yxy6.43440.46180.2622
Hunter Lab25.366135.35621.9192
CIE-Lab30.483045.73590.8882

#851f48 color RGB value is (133,31,72).

#851f48 hex color red value is 133, green value is 31 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #851f48 hue: 0.93 , saturation: 0.62 and the lightness value of 851f48 is 0.32.

The process color (four color CMYK) of #851f48 color hex is 0.00, 0.77, 0.46, 0.48. Web safe color of #851f48 is #993333. Color #851f48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011111 01001000
Octal 205 37 110
Decimal 133 31 72
Hex 85 1F 48

RGB Percentages of Color #851f48

%56.36
%13.14
%30.51

CMYK Percentages of Color #851f48

%0
%77
%46
%48

Triadic Colors of #851f48

#851f48 #48851f #1f4885

Analogous Colors of #851f48

#851f48 #85291f #851f7b

Monochromatic Colors of #851f48

#851f48

Complementary Color

#851f48 #1f855c

#851f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851f48 Color CSS Codes

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

#851f48 Text Font Color

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

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


#851f48 Background Color

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

This div background color is #851f48


#851f48 Border Color

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

This div border color is #851f48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,31,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851f48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851f48;
  -webkit-box-shadow: 1px 1px 3px 2px #851f48;
  box-shadow:         1px 1px 3px 2px #851f48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851f48


Comments

No comments written yet.

Please login to write comment.