Color Hex Logo

#854feb Color Hex

#854FEB
(133,79,235)
0 Favorites   0 Comments

Color spaces of #854feb

RGB 13379235
HSL0.720.800.62
HSV261°66°92°
CMYK 0.430.660.00   0.08
XYZ27.464216.576780.3494
Yxy16.57670.22080.1333
Hunter Lab40.714549.1579-88.5077
CIE-Lab47.722255.8923-70.8672

#854feb color RGB value is (133,79,235).

#854feb hex color red value is 133, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #854feb hue: 0.72 , saturation: 0.80 and the lightness value of 854feb is 0.62.

The process color (four color CMYK) of #854feb color hex is 0.43, 0.66, 0.00, 0.08. Web safe color of #854feb is #9966ff. Color #854feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001111 11101011
Octal 205 117 353
Decimal 133 79 235
Hex 85 4F EB

RGB Percentages of Color #854feb

%29.75
%17.67
%52.57

CMYK Percentages of Color #854feb

%43
%66
%0
%8

Triadic Colors of #854feb

#854feb #eb854f #4feb85

Analogous Colors of #854feb

#854feb #d34feb #4f67eb

Monochromatic Colors of #854feb

#854feb

Complementary Color

#854feb #b5eb4f

#854feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#854feb Color CSS Codes

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

#854feb Text Font Color

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

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


#854feb Background Color

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

This div background color is #854feb


#854feb Border Color

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

This div border color is #854feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854feb


Comments

No comments written yet.

Please login to write comment.