Color Hex Logo

#855feb Color Hex

#855FEB
(133,95,235)
0 Favorites   0 Comments

Color spaces of #855feb

RGB 13395235
HSL0.710.780.65
HSV256°60°92°
CMYK 0.430.600.00   0.08
XYZ28.760519.169180.7814
Yxy19.16910.22350.1489
Hunter Lab43.782540.6362-78.7458
CIE-Lab50.884547.3828-65.7383

#855feb color RGB value is (133,95,235).

#855feb hex color red value is 133, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #855feb hue: 0.71 , saturation: 0.78 and the lightness value of 855feb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11101011
Octal 205 137 353
Decimal 133 95 235
Hex 85 5F EB

RGB Percentages of Color #855feb

%28.73
%20.52
%50.76

CMYK Percentages of Color #855feb

%43
%60
%0
%8

Triadic Colors of #855feb

#855feb #eb855f #5feb85

Analogous Colors of #855feb

#855feb #cb5feb #5f7feb

Monochromatic Colors of #855feb

#855feb

Complementary Color

#855feb #c5eb5f

#855feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855feb Color CSS Codes

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

#855feb Text Font Color

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

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


#855feb Background Color

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

This div background color is #855feb


#855feb Border Color

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

This div border color is #855feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,95,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 #855feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855feb


Comments

No comments written yet.

Please login to write comment.