Color Hex Logo

#852461 Color Hex

#852461
(133,36,97)
0 Favorites   0 Comments

Color spaces of #852461

RGB 1333697
HSL0.900.570.33
HSV322°73°52°
CMYK 0.000.730.27   0.48
XYZ12.46147.111412.0251
Yxy7.11140.39440.2251
Hunter Lab26.667236.7442-8.0687
CIE-Lab32.059246.8556-13.0955

#852461 color RGB value is (133,36,97).

#852461 hex color red value is 133, green value is 36 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #852461 hue: 0.90 , saturation: 0.57 and the lightness value of 852461 is 0.33.

The process color (four color CMYK) of #852461 color hex is 0.00, 0.73, 0.27, 0.48. Web safe color of #852461 is #993366. Color #852461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 01100001
Octal 205 44 141
Decimal 133 36 97
Hex 85 24 61

RGB Percentages of Color #852461

%50.00
%13.53
%36.47

CMYK Percentages of Color #852461

%0
%73
%27
%48

Triadic Colors of #852461

#852461 #618524 #246185

Analogous Colors of #852461

#852461 #852431 #792485

Monochromatic Colors of #852461

#852461

Complementary Color

#852461 #248548

#852461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852461 Color CSS Codes

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

#852461 Text Font Color

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

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


#852461 Background Color

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

This div background color is #852461


#852461 Border Color

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

This div border color is #852461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852461


Comments

No comments written yet.

Please login to write comment.