Color Hex Logo

#854e93 Color Hex

#854E93
(133,78,147)
0 Favorites   0 Comments

Color spaces of #854e93

RGB 13378147
HSL0.800.310.44
HSV288°47°58°
CMYK 0.100.470.00   0.42
XYZ17.663712.541929.0936
Yxy12.54190.29790.2115
Hunter Lab35.414527.0549-23.9175
CIE-Lab42.064735.0534-28.7062

#854e93 color RGB value is (133,78,147).

#854e93 hex color red value is 133, green value is 78 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #854e93 hue: 0.80 , saturation: 0.31 and the lightness value of 854e93 is 0.44.

The process color (four color CMYK) of #854e93 color hex is 0.10, 0.47, 0.00, 0.42. Web safe color of #854e93 is #996699. Color #854e93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 10010011
Octal 205 116 223
Decimal 133 78 147
Hex 85 4E 93

RGB Percentages of Color #854e93

%37.15
%21.79
%41.06

CMYK Percentages of Color #854e93

%10
%47
%0
%42

Triadic Colors of #854e93

#854e93 #93854e #4e9385

Analogous Colors of #854e93

#854e93 #934e7f #624e93

Monochromatic Colors of #854e93

#854e93

Complementary Color

#854e93 #5c934e

#854e93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854e93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854e93 Color CSS Codes

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

#854e93 Text Font Color

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

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


#854e93 Background Color

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

This div background color is #854e93


#854e93 Border Color

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

This div border color is #854e93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854e93


Comments

No comments written yet.

Please login to write comment.