Color Hex Logo

#885eff Color Hex

#885EFF
(136,94,255)
0 Favorites   0 Comments

Color spaces of #885eff

RGB 13694255
HSL0.711.000.68
HSV256°63°100°
CMYK 0.470.630.00   0.00
XYZ32.206020.459696.8594
Yxy20.45960.21540.1368
Hunter Lab45.232347.9379-95.2997
CIE-Lab52.352953.9556-74.4994

#885eff color RGB value is (136,94,255).

#885eff hex color red value is 136, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #885eff hue: 0.71 , saturation: 1.00 and the lightness value of 885eff is 0.68.

The process color (four color CMYK) of #885eff color hex is 0.47, 0.63, 0.00, 0.00. Web safe color of #885eff is #9966ff. Color #885eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 11111111
Octal 210 136 377
Decimal 136 94 255
Hex 88 5E FF

RGB Percentages of Color #885eff

%28.04
%19.38
%52.58

CMYK Percentages of Color #885eff

%47
%63
%0
%0

Triadic Colors of #885eff

#885eff #ff885e #5eff88

Analogous Colors of #885eff

#885eff #d95eff #5e85ff

Monochromatic Colors of #885eff

#885eff

Complementary Color

#885eff #d5ff5e

#885eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#885eff Color CSS Codes

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

#885eff Text Font Color

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

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


#885eff Background Color

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

This div background color is #885eff


#885eff Border Color

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

This div border color is #885eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885eff

#885eff Color Palettes


Comments

No comments written yet.

Please login to write comment.