Color Hex Logo

#853883 Color Hex

#853883
(133,56,131)
0 Favorites   0 Comments

Color spaces of #853883

RGB 13356131
HSL0.840.410.37
HSV302°58°52°
CMYK 0.000.580.02   0.48
XYZ15.18389.453622.4972
Yxy9.45360.32210.2006
Hunter Lab30.746734.3428-21.8595
CIE-Lab36.843443.5275-27.1276

#853883 color RGB value is (133,56,131).

#853883 hex color red value is 133, green value is 56 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #853883 hue: 0.84 , saturation: 0.41 and the lightness value of 853883 is 0.37.

The process color (four color CMYK) of #853883 color hex is 0.00, 0.58, 0.02, 0.48. Web safe color of #853883 is #993399. Color #853883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 10000011
Octal 205 70 203
Decimal 133 56 131
Hex 85 38 83

RGB Percentages of Color #853883

%41.56
%17.50
%40.94

CMYK Percentages of Color #853883

%0
%58
%2
%48

Triadic Colors of #853883

#853883 #838538 #388385

Analogous Colors of #853883

#853883 #85385c #613885

Monochromatic Colors of #853883

#853883

Complementary Color

#853883 #38853a

#853883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853883 Color CSS Codes

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

#853883 Text Font Color

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

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


#853883 Background Color

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

This div background color is #853883


#853883 Border Color

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

This div border color is #853883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853883


Comments

No comments written yet.

Please login to write comment.