Color Hex Logo

#855edb Color Hex

#855EDB
(133,94,219)
0 Favorites   0 Comments

Color spaces of #855edb

RGB 13394219
HSL0.720.630.61
HSV259°57°86°
CMYK 0.390.570.00   0.14
XYZ26.461818.106469.1180
Yxy18.10640.23280.1593
Hunter Lab42.551636.5394-66.5206
CIE-Lab49.624943.6193-58.7396

#855edb color RGB value is (133,94,219).

#855edb hex color red value is 133, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #855edb hue: 0.72 , saturation: 0.63 and the lightness value of 855edb is 0.61.

The process color (four color CMYK) of #855edb color hex is 0.39, 0.57, 0.00, 0.14. Web safe color of #855edb is #9966cc. Color #855edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 11011011
Octal 205 136 333
Decimal 133 94 219
Hex 85 5E DB

RGB Percentages of Color #855edb

%29.82
%21.08
%49.10

CMYK Percentages of Color #855edb

%39
%57
%0
%14

Triadic Colors of #855edb

#855edb #db855e #5edb85

Analogous Colors of #855edb

#855edb #c45edb #5e76db

Monochromatic Colors of #855edb

#855edb

Complementary Color

#855edb #b4db5e

#855edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#855edb Color CSS Codes

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

#855edb Text Font Color

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

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


#855edb Background Color

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

This div background color is #855edb


#855edb Border Color

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

This div border color is #855edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855edb


Comments

No comments written yet.

Please login to write comment.