Color Hex Logo

#854193 Color Hex

#854193
(133,65,147)
0 Favorites   0 Comments

Color spaces of #854193

RGB 13365147
HSL0.800.390.42
HSV290°56°58°
CMYK 0.100.560.00   0.42
XYZ16.829610.873728.8156
Yxy10.87370.29780.1924
Hunter Lab32.975333.3943-28.7281
CIE-Lab39.366942.1180-32.9459

#854193 color RGB value is (133,65,147).

#854193 hex color red value is 133, green value is 65 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #854193 hue: 0.80 , saturation: 0.39 and the lightness value of 854193 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 10010011
Octal 205 101 223
Decimal 133 65 147
Hex 85 41 93

RGB Percentages of Color #854193

%38.55
%18.84
%42.61

CMYK Percentages of Color #854193

%10
%56
%0
%42

Triadic Colors of #854193

#854193 #938541 #419385

Analogous Colors of #854193

#854193 #934178 #5c4193

Monochromatic Colors of #854193

#854193

Complementary Color

#854193 #4f9341

#854193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854193 Color CSS Codes

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

#854193 Text Font Color

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

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


#854193 Background Color

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

This div background color is #854193


#854193 Border Color

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

This div border color is #854193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854193


Comments

No comments written yet.

Please login to write comment.