Color Hex Logo

#854cab Color Hex

#854CAB
(133,76,171)
0 Favorites   0 Comments

Color spaces of #854cab

RGB 13376171
HSL0.770.380.48
HSV276°56°67°
CMYK 0.220.560.00   0.33
XYZ19.608013.095740.0223
Yxy13.09570.26960.1801
Hunter Lab36.188033.3890-40.2405
CIE-Lab42.907141.5295-41.7023

#854cab color RGB value is (133,76,171).

#854cab hex color red value is 133, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #854cab hue: 0.77 , saturation: 0.38 and the lightness value of 854cab is 0.48.

The process color (four color CMYK) of #854cab color hex is 0.22, 0.56, 0.00, 0.33. Web safe color of #854cab is #993399. Color #854cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001100 10101011
Octal 205 114 253
Decimal 133 76 171
Hex 85 4C AB

RGB Percentages of Color #854cab

%35.00
%20.00
%45.00

CMYK Percentages of Color #854cab

%22
%56
%0
%33

Triadic Colors of #854cab

#854cab #ab854c #4cab85

Analogous Colors of #854cab

#854cab #ab4ca2 #564cab

Monochromatic Colors of #854cab

#854cab

Complementary Color

#854cab #72ab4c

#854cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#854cab Color CSS Codes

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

#854cab Text Font Color

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

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


#854cab Background Color

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

This div background color is #854cab


#854cab Border Color

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

This div border color is #854cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854cab


Comments

No comments written yet.

Please login to write comment.