Color Hex Logo

#885bce Color Hex

#885BCE
(136,91,206)
0 Favorites   0 Comments

Color spaces of #885bce

RGB 13691206
HSL0.730.540.58
HSV263°56°81°
CMYK 0.340.560.00   0.19
XYZ25.035017.172660.3877
Yxy17.17260.24400.1674
Hunter Lab41.439835.3173-57.3918
CIE-Lab48.476842.5915-53.1540

#885bce color RGB value is (136,91,206).

#885bce hex color red value is 136, green value is 91 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #885bce hue: 0.73 , saturation: 0.54 and the lightness value of 885bce is 0.58.

The process color (four color CMYK) of #885bce color hex is 0.34, 0.56, 0.00, 0.19. Web safe color of #885bce is #9966cc. Color #885bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011011 11001110
Octal 210 133 316
Decimal 136 91 206
Hex 88 5B CE

RGB Percentages of Color #885bce

%31.41
%21.02
%47.58

CMYK Percentages of Color #885bce

%34
%56
%0
%19

Triadic Colors of #885bce

#885bce #ce885b #5bce88

Analogous Colors of #885bce

#885bce #c25bce #5b68ce

Monochromatic Colors of #885bce

#885bce

Complementary Color

#885bce #a1ce5b

#885bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#885bce Color CSS Codes

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

#885bce Text Font Color

<p style="color:#885bce">Text here</p>

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


#885bce Background Color

<div style="background-color:#885bce">
Div content here</div>

This div background color is #885bce


#885bce Border Color

<div style="border:3px solid #885bce">
Div here</div>

This div border color is #885bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,91,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885bce;
  -webkit-box-shadow: 1px 1px 3px 2px #885bce;
  box-shadow:         1px 1px 3px 2px #885bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,91,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885bce


Comments

No comments written yet.

Please login to write comment.