Color Hex Logo

#854bac Color Hex

#854BAC
(133,75,172)
0 Favorites   0 Comments

Color spaces of #854bac

RGB 13375172
HSL0.770.390.48
HSV276°56°67°
CMYK 0.230.560.00   0.33
XYZ19.635312.997340.5036
Yxy12.99730.26850.1777
Hunter Lab36.051834.1280-41.3752
CIE-Lab42.759242.3041-42.5294

#854bac color RGB value is (133,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001011 10101100
Octal 205 113 254
Decimal 133 75 172
Hex 85 4B AC

RGB Percentages of Color #854bac

%35.00
%19.74
%45.26

CMYK Percentages of Color #854bac

%23
%56
%0
%33

Triadic Colors of #854bac

#854bac #ac854b #4bac85

Analogous Colors of #854bac

#854bac #ac4ba3 #554bac

Monochromatic Colors of #854bac

#854bac

Complementary Color

#854bac #72ac4b

#854bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#854bac Color CSS Codes

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

#854bac Text Font Color

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

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


#854bac Background Color

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

This div background color is #854bac


#854bac Border Color

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

This div border color is #854bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854bac


Comments

No comments written yet.

Please login to write comment.