Color Hex Logo

#855ebf Color Hex

#855EBF
(133,94,191)
0 Favorites   0 Comments

Color spaces of #855ebf

RGB 13394191
HSL0.730.430.56
HSV264°51°75°
CMYK 0.300.510.00   0.25
XYZ23.079516.753551.3075
Yxy16.75350.25320.1838
Hunter Lab40.931029.0202-45.6689
CIE-Lab47.947936.2987-45.3786

#855ebf color RGB value is (133,94,191).

#855ebf hex color red value is 133, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #855ebf hue: 0.73 , saturation: 0.43 and the lightness value of 855ebf is 0.56.

The process color (four color CMYK) of #855ebf color hex is 0.30, 0.51, 0.00, 0.25. Web safe color of #855ebf is #9966cc. Color #855ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011110 10111111
Octal 205 136 277
Decimal 133 94 191
Hex 85 5E BF

RGB Percentages of Color #855ebf

%31.82
%22.49
%45.69

CMYK Percentages of Color #855ebf

%30
%51
%0
%25

Triadic Colors of #855ebf

#855ebf #bf855e #5ebf85

Analogous Colors of #855ebf

#855ebf #b65ebf #5e68bf

Monochromatic Colors of #855ebf

#855ebf

Complementary Color

#855ebf #98bf5e

#855ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ebf Color CSS Codes

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

#855ebf Text Font Color

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

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


#855ebf Background Color

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

This div background color is #855ebf


#855ebf Border Color

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

This div border color is #855ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ebf


Comments

No comments written yet.

Please login to write comment.