Color Hex Logo

#852f4e Color Hex

#852F4E
(133,47,78)
0 Favorites   0 Comments

Color spaces of #852f4e

RGB 1334778
HSL0.940.480.35
HSV338°65°52°
CMYK 0.000.650.41   0.48
XYZ12.06457.56968.0329
Yxy7.56960.43610.2736
Hunter Lab27.512930.12531.9482
CIE-Lab33.070039.77300.7216

#852f4e color RGB value is (133,47,78).

#852f4e hex color red value is 133, green value is 47 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #852f4e hue: 0.94 , saturation: 0.48 and the lightness value of 852f4e is 0.35.

The process color (four color CMYK) of #852f4e color hex is 0.00, 0.65, 0.41, 0.48. Web safe color of #852f4e is #993366. Color #852f4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101111 01001110
Octal 205 57 116
Decimal 133 47 78
Hex 85 2F 4E

RGB Percentages of Color #852f4e

%51.55
%18.22
%30.23

CMYK Percentages of Color #852f4e

%0
%65
%41
%48

Triadic Colors of #852f4e

#852f4e #4e852f #2f4e85

Analogous Colors of #852f4e

#852f4e #853b2f #852f79

Monochromatic Colors of #852f4e

#852f4e

Complementary Color

#852f4e #2f8566

#852f4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852f4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#852f4e Color CSS Codes

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

#852f4e Text Font Color

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

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


#852f4e Background Color

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

This div background color is #852f4e


#852f4e Border Color

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

This div border color is #852f4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852f4e


Comments

No comments written yet.

Please login to write comment.