Color Hex Logo

#852081 Color Hex

#852081
(133,32,129)
0 Favorites   0 Comments

Color spaces of #852081

RGB 13332129
HSL0.840.610.32
HSV302°76°52°
CMYK 0.000.760.03   0.48
XYZ14.15187.604521.4908
Yxy7.60450.32720.1758
Hunter Lab27.576343.3456-26.9027
CIE-Lab33.145253.1763-31.7136

#852081 color RGB value is (133,32,129).

#852081 hex color red value is 133, green value is 32 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #852081 hue: 0.84 , saturation: 0.61 and the lightness value of 852081 is 0.32.

The process color (four color CMYK) of #852081 color hex is 0.00, 0.76, 0.03, 0.48. Web safe color of #852081 is #993399. Color #852081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100000 10000001
Octal 205 40 201
Decimal 133 32 129
Hex 85 20 81

RGB Percentages of Color #852081

%45.24
%10.88
%43.88

CMYK Percentages of Color #852081

%0
%76
%3
%48

Triadic Colors of #852081

#852081 #818520 #208185

Analogous Colors of #852081

#852081 #85204f #572085

Monochromatic Colors of #852081

#852081

Complementary Color

#852081 #208524

#852081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852081 Color CSS Codes

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

#852081 Text Font Color

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

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


#852081 Background Color

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

This div background color is #852081


#852081 Border Color

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

This div border color is #852081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852081


Comments

No comments written yet.

Please login to write comment.