Color Hex Logo

#885ebe Color Hex

#885EBE
(136,94,190)
0 Favorites   0 Comments

Color spaces of #885ebe

RGB 13694190
HSL0.740.420.56
HSV266°51°75°
CMYK 0.280.510.00   0.25
XYZ23.450316.957450.7523
Yxy16.95740.25720.1860
Hunter Lab41.179429.5860-44.2475
CIE-Lab48.206336.8467-44.3697

#885ebe color RGB value is (136,94,190).

#885ebe hex color red value is 136, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #885ebe hue: 0.74 , saturation: 0.42 and the lightness value of 885ebe is 0.56.

The process color (four color CMYK) of #885ebe color hex is 0.28, 0.51, 0.00, 0.25. Web safe color of #885ebe is #9966cc. Color #885ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 10111110
Octal 210 136 276
Decimal 136 94 190
Hex 88 5E BE

RGB Percentages of Color #885ebe

%32.38
%22.38
%45.24

CMYK Percentages of Color #885ebe

%28
%51
%0
%25

Triadic Colors of #885ebe

#885ebe #be885e #5ebe88

Analogous Colors of #885ebe

#885ebe #b85ebe #5e64be

Monochromatic Colors of #885ebe

#885ebe

Complementary Color

#885ebe #94be5e

#885ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ebe Color CSS Codes

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

#885ebe Text Font Color

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

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


#885ebe Background Color

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

This div background color is #885ebe


#885ebe Border Color

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

This div border color is #885ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ebe


Comments

No comments written yet.

Please login to write comment.