Color Hex Logo

#853893 Color Hex

#853893
(133,56,147)
0 Favorites   0 Comments

Color spaces of #853893

RGB 13356147
HSL0.810.450.40
HSV291°62°58°
CMYK 0.100.620.00   0.42
XYZ16.35359.921528.6569
Yxy9.92150.29770.1806
Hunter Lab31.498437.5523-31.8925
CIE-Lab37.701246.6250-35.5818

#853893 color RGB value is (133,56,147).

#853893 hex color red value is 133, green value is 56 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #853893 hue: 0.81 , saturation: 0.45 and the lightness value of 853893 is 0.40.

The process color (four color CMYK) of #853893 color hex is 0.10, 0.62, 0.00, 0.42. Web safe color of #853893 is #993399. Color #853893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 10010011
Octal 205 70 223
Decimal 133 56 147
Hex 85 38 93

RGB Percentages of Color #853893

%39.58
%16.67
%43.75

CMYK Percentages of Color #853893

%10
%62
%0
%42

Triadic Colors of #853893

#853893 #938538 #389385

Analogous Colors of #853893

#853893 #933874 #573893

Monochromatic Colors of #853893

#853893

Complementary Color

#853893 #469338

#853893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853893 Color CSS Codes

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

#853893 Text Font Color

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

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


#853893 Background Color

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

This div background color is #853893


#853893 Border Color

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

This div border color is #853893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853893


Comments

No comments written yet.

Please login to write comment.