Color Hex Logo

#854eff Color Hex

#854EFF
(133,78,255)
0 Favorites   0 Comments

Color spaces of #854eff

RGB 13378255
HSL0.721.000.65
HSV259°69°100°
CMYK 0.480.690.00   0.00
XYZ30.447317.655396.4108
Yxy17.65530.21070.1222
Hunter Lab42.018255.8131-106.6282
CIE-Lab49.075361.6190-79.8530

#854eff color RGB value is (133,78,255).

#854eff hex color red value is 133, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #854eff hue: 0.72 , saturation: 1.00 and the lightness value of 854eff is 0.65.

The process color (four color CMYK) of #854eff color hex is 0.48, 0.69, 0.00, 0.00. Web safe color of #854eff is #9966ff. Color #854eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001110 11111111
Octal 205 116 377
Decimal 133 78 255
Hex 85 4E FF

RGB Percentages of Color #854eff

%28.54
%16.74
%54.72

CMYK Percentages of Color #854eff

%48
%69
%0
%0

Triadic Colors of #854eff

#854eff #ff854e #4eff85

Analogous Colors of #854eff

#854eff #de4eff #4e70ff

Monochromatic Colors of #854eff

#854eff

Complementary Color

#854eff #c8ff4e

#854eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#854eff Color CSS Codes

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

#854eff Text Font Color

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

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


#854eff Background Color

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

This div background color is #854eff


#854eff Border Color

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

This div border color is #854eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854eff

Related Colors


Comments

No comments written yet.

Please login to write comment.