Color Hex Logo

#854ec4 Color Hex

#854EC4
(133,78,196)
0 Favorites   0 Comments

Color spaces of #854ec4

RGB 13378196
HSL0.740.500.54
HSV268°60°77°
CMYK 0.320.600.00   0.23
XYZ22.361114.420853.8295
Yxy14.42080.24680.1591
Hunter Lab37.974738.6525-57.4618
CIE-Lab44.830546.4654-53.2629

#854ec4 color RGB value is (133,78,196).

#854ec4 hex color red value is 133, green value is 78 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #854ec4 hue: 0.74 , saturation: 0.50 and the lightness value of 854ec4 is 0.54.

The process color (four color CMYK) of #854ec4 color hex is 0.32, 0.60, 0.00, 0.23. Web safe color of #854ec4 is #9966cc. Color #854ec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 11000100
Octal 205 116 304
Decimal 133 78 196
Hex 85 4E C4

RGB Percentages of Color #854ec4

%32.68
%19.16
%48.16

CMYK Percentages of Color #854ec4

%32
%60
%0
%23

Triadic Colors of #854ec4

#854ec4 #c4854e #4ec485

Analogous Colors of #854ec4

#854ec4 #c04ec4 #4e52c4

Monochromatic Colors of #854ec4

#854ec4

Complementary Color

#854ec4 #8dc44e

#854ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854ec4 Color CSS Codes

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

#854ec4 Text Font Color

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

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


#854ec4 Background Color

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

This div background color is #854ec4


#854ec4 Border Color

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

This div border color is #854ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854ec4


Comments

No comments written yet.

Please login to write comment.