Color Hex Logo

#854aae Color Hex

#854AAE
(133,74,174)
0 Favorites   0 Comments

Color spaces of #854aae

RGB 13374174
HSL0.770.400.49
HSV275°57°68°
CMYK 0.240.570.00   0.32
XYZ19.761612.940141.5005
Yxy12.94010.26630.1744
Hunter Lab35.972435.1083-43.2209
CIE-Lab42.672943.3085-43.8487

#854aae color RGB value is (133,74,174).

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

The process color (four color CMYK) of #854aae color hex is 0.24, 0.57, 0.00, 0.32. Web safe color of #854aae is #993399. Color #854aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 10101110
Octal 205 112 256
Decimal 133 74 174
Hex 85 4A AE

RGB Percentages of Color #854aae

%34.91
%19.42
%45.67

CMYK Percentages of Color #854aae

%24
%57
%0
%32

Triadic Colors of #854aae

#854aae #ae854a #4aae85

Analogous Colors of #854aae

#854aae #ae4aa5 #534aae

Monochromatic Colors of #854aae

#854aae

Complementary Color

#854aae #73ae4a

#854aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#854aae Color CSS Codes

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

#854aae Text Font Color

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

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


#854aae Background Color

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

This div background color is #854aae


#854aae Border Color

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

This div border color is #854aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854aae


Comments

No comments written yet.

Please login to write comment.