Color Hex Logo

#854ebb Color Hex

#854EBB
(133,78,187)
0 Favorites   0 Comments

Color spaces of #854ebb

RGB 13378187
HSL0.750.440.52
HSV270°58°73°
CMYK 0.290.580.00   0.27
XYZ21.366914.023248.5943
Yxy14.02320.25440.1670
Hunter Lab37.447636.3156-50.7251
CIE-Lab44.266244.2535-48.9333

#854ebb color RGB value is (133,78,187).

#854ebb hex color red value is 133, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #854ebb hue: 0.75 , saturation: 0.44 and the lightness value of 854ebb is 0.52.

The process color (four color CMYK) of #854ebb color hex is 0.29, 0.58, 0.00, 0.27. Web safe color of #854ebb is #9966cc. Color #854ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 10111011
Octal 205 116 273
Decimal 133 78 187
Hex 85 4E BB

RGB Percentages of Color #854ebb

%33.42
%19.60
%46.98

CMYK Percentages of Color #854ebb

%29
%58
%0
%27

Triadic Colors of #854ebb

#854ebb #bb854e #4ebb85

Analogous Colors of #854ebb

#854ebb #bb4ebb #4e4ebb

Monochromatic Colors of #854ebb

#854ebb

Complementary Color

#854ebb #84bb4e

#854ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ebb Color CSS Codes

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

#854ebb Text Font Color

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

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


#854ebb Background Color

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

This div background color is #854ebb


#854ebb Border Color

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

This div border color is #854ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854ebb


Comments

No comments written yet.

Please login to write comment.