Color Hex Logo

#855ecf Color Hex

#855ECF
(133,94,207)
0 Favorites   0 Comments

Color spaces of #855ecf

RGB 13394207
HSL0.720.540.59
HSV261°55°81°
CMYK 0.360.550.00   0.19
XYZ24.938117.496961.0944
Yxy17.49690.24090.1690
Hunter Lab41.829333.2182-57.3164
CIE-Lab48.880140.4389-53.0971

#855ecf color RGB value is (133,94,207).

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

The process color (four color CMYK) of #855ecf color hex is 0.36, 0.55, 0.00, 0.19. Web safe color of #855ecf is #9966cc. Color #855ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 11001111
Octal 205 136 317
Decimal 133 94 207
Hex 85 5E CF

RGB Percentages of Color #855ecf

%30.65
%21.66
%47.70

CMYK Percentages of Color #855ecf

%36
%55
%0
%19

Triadic Colors of #855ecf

#855ecf #cf855e #5ecf85

Analogous Colors of #855ecf

#855ecf #be5ecf #5e70cf

Monochromatic Colors of #855ecf

#855ecf

Complementary Color

#855ecf #a8cf5e

#855ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ecf Color CSS Codes

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

#855ecf Text Font Color

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

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


#855ecf Background Color

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

This div background color is #855ecf


#855ecf Border Color

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

This div border color is #855ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ecf


Comments

No comments written yet.

Please login to write comment.