Color Hex Logo

#85252f Color Hex

#85252F
(133,37,47)
0 Favorites   0 Comments

Color spaces of #85252f

RGB 1333747
HSL0.980.560.33
HSV354°72°52°
CMYK 0.000.720.65   0.48
XYZ10.84756.51493.3751
Yxy6.51490.52310.3142
Hunter Lab25.524331.192710.0270
CIE-Lab30.676041.341117.6500

#85252f color RGB value is (133,37,47).

#85252f hex color red value is 133, green value is 37 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #85252f hue: 0.98 , saturation: 0.56 and the lightness value of 85252f is 0.33.

The process color (four color CMYK) of #85252f color hex is 0.00, 0.72, 0.65, 0.48. Web safe color of #85252f is #993333. Color #85252f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100101 00101111
Octal 205 45 57
Decimal 133 37 47
Hex 85 25 2F

RGB Percentages of Color #85252f

%61.29
%17.05
%21.66

CMYK Percentages of Color #85252f

%0
%72
%65
%48

Triadic Colors of #85252f

#85252f #2f8525 #252f85

Analogous Colors of #85252f

#85252f #854b25 #85255f

Monochromatic Colors of #85252f

#85252f

Complementary Color

#85252f #25857b

#85252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85252f Color CSS Codes

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

#85252f Text Font Color

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

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


#85252f Background Color

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

This div background color is #85252f


#85252f Border Color

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

This div border color is #85252f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,37,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85252f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85252f;
  -webkit-box-shadow: 1px 1px 3px 2px #85252f;
  box-shadow:         1px 1px 3px 2px #85252f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85252f


Comments

No comments written yet.

Please login to write comment.