Color Hex Logo

#855fde Color Hex

#855FDE
(133,95,222)
0 Favorites   0 Comments

Color spaces of #855fde

RGB 13395222
HSL0.720.660.62
HSV258°57°87°
CMYK 0.400.570.00   0.13
XYZ26.949918.444971.2470
Yxy18.44490.23100.1581
Hunter Lab42.947536.8519-68.2948
CIE-Lab50.031343.8627-59.7858

#855fde color RGB value is (133,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011111 11011110
Octal 205 137 336
Decimal 133 95 222
Hex 85 5F DE

RGB Percentages of Color #855fde

%29.56
%21.11
%49.33

CMYK Percentages of Color #855fde

%40
%57
%0
%13

Triadic Colors of #855fde

#855fde #de855f #5fde85

Analogous Colors of #855fde

#855fde #c55fde #5f79de

Monochromatic Colors of #855fde

#855fde

Complementary Color

#855fde #b8de5f

#855fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#855fde Color CSS Codes

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

#855fde Text Font Color

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

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


#855fde Background Color

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

This div background color is #855fde


#855fde Border Color

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

This div border color is #855fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855fde


Comments

No comments written yet.

Please login to write comment.