Color Hex Logo

#885bde Color Hex

#885BDE
(136,91,222)
0 Favorites   0 Comments

Color spaces of #885bde

RGB 13691222
HSL0.720.660.61
HSV261°59°87°
CMYK 0.390.590.00   0.13
XYZ27.079217.990371.1525
Yxy17.99030.23300.1548
Hunter Lab42.415039.7344-69.7704
CIE-Lab49.484346.7449-60.6521

#885bde color RGB value is (136,91,222).

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

The process color (four color CMYK) of #885bde color hex is 0.39, 0.59, 0.00, 0.13. Web safe color of #885bde is #9966cc. Color #885bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011011 11011110
Octal 210 133 336
Decimal 136 91 222
Hex 88 5B DE

RGB Percentages of Color #885bde

%30.29
%20.27
%49.44

CMYK Percentages of Color #885bde

%39
%59
%0
%13

Triadic Colors of #885bde

#885bde #de885b #5bde88

Analogous Colors of #885bde

#885bde #ca5bde #5b70de

Monochromatic Colors of #885bde

#885bde

Complementary Color

#885bde #b1de5b

#885bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#885bde Color CSS Codes

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

#885bde Text Font Color

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

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


#885bde Background Color

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

This div background color is #885bde


#885bde Border Color

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

This div border color is #885bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885bde


Comments

No comments written yet.

Please login to write comment.