Color Hex Logo

#854192 Color Hex

#854192
(133,65,146)
0 Favorites   0 Comments

Color spaces of #854192

RGB 13365146
HSL0.810.380.41
HSV290°55°57°
CMYK 0.090.550.00   0.43
XYZ16.751510.842528.4040
Yxy10.84250.29910.1936
Hunter Lab32.928033.1847-28.0946
CIE-Lab39.313941.9115-32.4230

#854192 color RGB value is (133,65,146).

#854192 hex color red value is 133, green value is 65 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #854192 hue: 0.81 , saturation: 0.38 and the lightness value of 854192 is 0.41.

The process color (four color CMYK) of #854192 color hex is 0.09, 0.55, 0.00, 0.43. Web safe color of #854192 is #993399. Color #854192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 10010010
Octal 205 101 222
Decimal 133 65 146
Hex 85 41 92

RGB Percentages of Color #854192

%38.66
%18.90
%42.44

CMYK Percentages of Color #854192

%9
%55
%0
%43

Triadic Colors of #854192

#854192 #928541 #419285

Analogous Colors of #854192

#854192 #924177 #5d4192

Monochromatic Colors of #854192

#854192

Complementary Color

#854192 #4e9241

#854192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854192 Color CSS Codes

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

#854192 Text Font Color

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

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


#854192 Background Color

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

This div background color is #854192


#854192 Border Color

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

This div border color is #854192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854192


Comments

No comments written yet.

Please login to write comment.