Color Hex Logo

#854752 Color Hex

#854752
(133,71,82)
0 Favorites   0 Comments

Color spaces of #854752

RGB 1337182
HSL0.970.300.40
HSV349°47°52°
CMYK 0.000.470.38   0.48
XYZ13.449110.10229.2237
Yxy10.10220.41030.3082
Hunter Lab31.784019.90885.0428
CIE-Lab38.025227.68095.3098

#854752 color RGB value is (133,71,82).

#854752 hex color red value is 133, green value is 71 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #854752 hue: 0.97 , saturation: 0.30 and the lightness value of 854752 is 0.40.

The process color (four color CMYK) of #854752 color hex is 0.00, 0.47, 0.38, 0.48. Web safe color of #854752 is #993366. Color #854752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 01010010
Octal 205 107 122
Decimal 133 71 82
Hex 85 47 52

RGB Percentages of Color #854752

%46.50
%24.83
%28.67

CMYK Percentages of Color #854752

%0
%47
%38
%48

Triadic Colors of #854752

#854752 #528547 #475285

Analogous Colors of #854752

#854752 #855b47 #854771

Monochromatic Colors of #854752

#854752

Complementary Color

#854752 #47857a

#854752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854752 Color CSS Codes

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

#854752 Text Font Color

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

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


#854752 Background Color

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

This div background color is #854752


#854752 Border Color

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

This div border color is #854752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854752


Comments

No comments written yet.

Please login to write comment.