Color Hex Logo

#85151c Color Hex

#85151C
(133,21,28)
0 Favorites   0 Comments

Color spaces of #85151c

RGB 1332128
HSL0.990.730.30
HSV356°84°52°
CMYK 0.000.840.79   0.48
XYZ10.15065.60671.6458
Yxy5.60670.58330.3222
Hunter Lab23.678535.082912.4539
CIE-Lab28.397745.852327.0974

#85151c color RGB value is (133,21,28).

#85151c hex color red value is 133, green value is 21 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #85151c hue: 0.99 , saturation: 0.73 and the lightness value of 85151c is 0.30.

The process color (four color CMYK) of #85151c color hex is 0.00, 0.84, 0.79, 0.48. Web safe color of #85151c is #990033. Color #85151c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 00011100
Octal 205 25 34
Decimal 133 21 28
Hex 85 15 1C

RGB Percentages of Color #85151c

%73.08
%11.54
%15.38

CMYK Percentages of Color #85151c

%0
%84
%79
%48

Triadic Colors of #85151c

#85151c #1c8515 #151c85

Analogous Colors of #85151c

#85151c #854615 #851554

Monochromatic Colors of #85151c

#85151c

Complementary Color

#85151c #15857e

#85151c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85151c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85151c Color CSS Codes

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

#85151c Text Font Color

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

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


#85151c Background Color

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

This div background color is #85151c


#85151c Border Color

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

This div border color is #85151c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,21,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85151c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85151c;
  -webkit-box-shadow: 1px 1px 3px 2px #85151c;
  box-shadow:         1px 1px 3px 2px #85151c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85151c


Comments

No comments written yet.

Please login to write comment.