Color Hex Logo

#855ede Color Hex

#855EDE
(133,94,222)
0 Favorites   0 Comments

Color spaces of #855ede

RGB 13394222
HSL0.720.660.62
HSV258°58°87°
CMYK 0.400.580.00   0.13
XYZ26.860418.265971.2172
Yxy18.26590.23090.1570
Hunter Lab42.738637.3912-68.8804
CIE-Lab49.817044.4223-60.1311

#855ede color RGB value is (133,94,222).

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

The process color (four color CMYK) of #855ede color hex is 0.40, 0.58, 0.00, 0.13. Web safe color of #855ede is #9966cc. Color #855ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 11011110
Octal 205 136 336
Decimal 133 94 222
Hex 85 5E DE

RGB Percentages of Color #855ede

%29.62
%20.94
%49.44

CMYK Percentages of Color #855ede

%40
%58
%0
%13

Triadic Colors of #855ede

#855ede #de855e #5ede85

Analogous Colors of #855ede

#855ede #c55ede #5e77de

Monochromatic Colors of #855ede

#855ede

Complementary Color

#855ede #b7de5e

#855ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ede Color CSS Codes

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

#855ede Text Font Color

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

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


#855ede Background Color

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

This div background color is #855ede


#855ede Border Color

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

This div border color is #855ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ede


Comments

No comments written yet.

Please login to write comment.