Color Hex Logo

#854aaf Color Hex

#854AAF
(133,74,175)
0 Favorites   0 Comments

Color spaces of #854aaf

RGB 13374175
HSL0.760.410.49
HSV275°58°69°
CMYK 0.240.580.00   0.31
XYZ19.859512.979242.0160
Yxy12.97920.26530.1734
Hunter Lab36.026735.3505-43.9282
CIE-Lab42.731943.5424-44.3449

#854aaf color RGB value is (133,74,175).

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

The process color (four color CMYK) of #854aaf color hex is 0.24, 0.58, 0.00, 0.31. Web safe color of #854aaf is #993399. Color #854aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001010 10101111
Octal 205 112 257
Decimal 133 74 175
Hex 85 4A AF

RGB Percentages of Color #854aaf

%34.82
%19.37
%45.81

CMYK Percentages of Color #854aaf

%24
%58
%0
%31

Triadic Colors of #854aaf

#854aaf #af854a #4aaf85

Analogous Colors of #854aaf

#854aaf #af4aa7 #534aaf

Monochromatic Colors of #854aaf

#854aaf

Complementary Color

#854aaf #74af4a

#854aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#854aaf Color CSS Codes

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

#854aaf Text Font Color

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

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


#854aaf Background Color

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

This div background color is #854aaf


#854aaf Border Color

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

This div border color is #854aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854aaf


Comments

No comments written yet.

Please login to write comment.