Color Hex Logo

#885ebf Color Hex

#885EBF
(136,94,191)
0 Favorites   0 Comments

Color spaces of #885ebf

RGB 13694191
HSL0.740.430.56
HSV266°51°75°
CMYK 0.290.510.00   0.25
XYZ23.560017.001251.3300
Yxy17.00120.25640.1850
Hunter Lab41.232529.8369-44.9469
CIE-Lab48.261537.0968-44.8607

#885ebf color RGB value is (136,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011110 10111111
Octal 210 136 277
Decimal 136 94 191
Hex 88 5E BF

RGB Percentages of Color #885ebf

%32.30
%22.33
%45.37

CMYK Percentages of Color #885ebf

%29
%51
%0
%25

Triadic Colors of #885ebf

#885ebf #bf885e #5ebf88

Analogous Colors of #885ebf

#885ebf #b95ebf #5e65bf

Monochromatic Colors of #885ebf

#885ebf

Complementary Color

#885ebf #95bf5e

#885ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#885ebf Color CSS Codes

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

#885ebf Text Font Color

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

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


#885ebf Background Color

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

This div background color is #885ebf


#885ebf Border Color

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

This div border color is #885ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885ebf


Comments

No comments written yet.

Please login to write comment.