Color Hex Logo

#854eae Color Hex

#854EAE
(133,78,174)
0 Favorites   0 Comments

Color spaces of #854eae

RGB 13378174
HSL0.760.380.49
HSV274°55°68°
CMYK 0.240.550.00   0.32
XYZ20.037213.491341.5924
Yxy13.49130.26670.1796
Hunter Lab36.730533.0968-41.4267
CIE-Lab43.494441.1381-42.5393

#854eae color RGB value is (133,78,174).

#854eae hex color red value is 133, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #854eae hue: 0.76 , saturation: 0.38 and the lightness value of 854eae is 0.49.

The process color (four color CMYK) of #854eae color hex is 0.24, 0.55, 0.00, 0.32. Web safe color of #854eae is #996699. Color #854eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 10101110
Octal 205 116 256
Decimal 133 78 174
Hex 85 4E AE

RGB Percentages of Color #854eae

%34.55
%20.26
%45.19

CMYK Percentages of Color #854eae

%24
%55
%0
%32

Triadic Colors of #854eae

#854eae #ae854e #4eae85

Analogous Colors of #854eae

#854eae #ae4ea7 #554eae

Monochromatic Colors of #854eae

#854eae

Complementary Color

#854eae #77ae4e

#854eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#854eae Color CSS Codes

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

#854eae Text Font Color

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

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


#854eae Background Color

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

This div background color is #854eae


#854eae Border Color

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

This div border color is #854eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854eae


Comments

No comments written yet.

Please login to write comment.