Color Hex Logo

#854fae Color Hex

#854FAE
(133,79,174)
0 Favorites   0 Comments

Color spaces of #854fae

RGB 13379174
HSL0.760.380.50
HSV274°55°68°
CMYK 0.240.550.00   0.32
XYZ20.108813.634541.6163
Yxy13.63450.26680.1809
Hunter Lab36.924932.5900-40.9755
CIE-Lab43.704140.5880-42.2054

#854fae color RGB value is (133,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001111 10101110
Octal 205 117 256
Decimal 133 79 174
Hex 85 4F AE

RGB Percentages of Color #854fae

%34.46
%20.47
%45.08

CMYK Percentages of Color #854fae

%24
%55
%0
%32

Triadic Colors of #854fae

#854fae #ae854f #4fae85

Analogous Colors of #854fae

#854fae #ae4fa8 #564fae

Monochromatic Colors of #854fae

#854fae

Complementary Color

#854fae #78ae4f

#854fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#854fae Color CSS Codes

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

#854fae Text Font Color

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

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


#854fae Background Color

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

This div background color is #854fae


#854fae Border Color

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

This div border color is #854fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854fae


Comments

No comments written yet.

Please login to write comment.