Color Hex Logo

#885aff Color Hex

#885AFF
(136,90,255)
0 Favorites   0 Comments

Color spaces of #885aff

RGB 13690255
HSL0.711.000.68
HSV257°65°100°
CMYK 0.470.650.00   0.00
XYZ31.859519.766696.7439
Yxy19.76660.21470.1332
Hunter Lab44.459650.1076-97.8929
CIE-Lab51.572356.0658-75.7688

#885aff color RGB value is (136,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011010 11111111
Octal 210 132 377
Decimal 136 90 255
Hex 88 5A FF

RGB Percentages of Color #885aff

%28.27
%18.71
%53.01

CMYK Percentages of Color #885aff

%47
%65
%0
%0

Triadic Colors of #885aff

#885aff #ff885a #5aff88

Analogous Colors of #885aff

#885aff #db5aff #5a7fff

Monochromatic Colors of #885aff

#885aff

Complementary Color

#885aff #d1ff5a

#885aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#885aff Color CSS Codes

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

#885aff Text Font Color

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

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


#885aff Background Color

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

This div background color is #885aff


#885aff Border Color

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

This div border color is #885aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,90,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 #885aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885aff


Comments

No comments written yet.

Please login to write comment.