Color Hex Logo

#885bec Color Hex

#885BEC
(136,91,236)
0 Favorites   0 Comments

Color spaces of #885bec

RGB 13691236
HSL0.720.790.64
HSV259°61°93°
CMYK 0.420.610.00   0.07
XYZ29.034818.772581.4500
Yxy18.77250.22460.1452
Hunter Lab43.327243.7952-81.1290
CIE-Lab50.420050.4486-67.0373

#885bec color RGB value is (136,91,236).

#885bec hex color red value is 136, green value is 91 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #885bec hue: 0.72 , saturation: 0.79 and the lightness value of 885bec is 0.64.

The process color (four color CMYK) of #885bec color hex is 0.42, 0.61, 0.00, 0.07. Web safe color of #885bec is #9966ff. Color #885bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011011 11101100
Octal 210 133 354
Decimal 136 91 236
Hex 88 5B EC

RGB Percentages of Color #885bec

%29.37
%19.65
%50.97

CMYK Percentages of Color #885bec

%42
%61
%0
%7

Triadic Colors of #885bec

#885bec #ec885b #5bec88

Analogous Colors of #885bec

#885bec #d15bec #5b77ec

Monochromatic Colors of #885bec

#885bec

Complementary Color

#885bec #bfec5b

#885bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#885bec Color CSS Codes

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

#885bec Text Font Color

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

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


#885bec Background Color

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

This div background color is #885bec


#885bec Border Color

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

This div border color is #885bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885bec


Comments

No comments written yet.

Please login to write comment.