Color Hex Logo

#853081 Color Hex

#853081
(133,48,129)
0 Favorites   0 Comments

Color spaces of #853081

RGB 13348129
HSL0.840.470.35
HSV303°64°52°
CMYK 0.000.640.03   0.48
XYZ14.69238.685421.6710
Yxy8.68540.32610.1928
Hunter Lab29.471037.4141-22.9682
CIE-Lab35.371446.9127-28.2000

#853081 color RGB value is (133,48,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 10000001
Octal 205 60 201
Decimal 133 48 129
Hex 85 30 81

RGB Percentages of Color #853081

%42.90
%15.48
%41.61

CMYK Percentages of Color #853081

%0
%64
%3
%48

Triadic Colors of #853081

#853081 #818530 #308185

Analogous Colors of #853081

#853081 #853056 #5f3085

Monochromatic Colors of #853081

#853081

Complementary Color

#853081 #308534

#853081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853081 Color CSS Codes

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

#853081 Text Font Color

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

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


#853081 Background Color

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

This div background color is #853081


#853081 Border Color

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

This div border color is #853081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,48,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 #853081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853081


Comments

No comments written yet.

Please login to write comment.