Color Hex Logo

#885cbe Color Hex

#885CBE
(136,92,190)
0 Favorites   0 Comments

Color spaces of #885cbe

RGB 13692190
HSL0.740.430.55
HSV267°52°75°
CMYK 0.280.520.00   0.25
XYZ23.274816.606250.6938
Yxy16.60620.25700.1833
Hunter Lab40.750730.6367-45.2312
CIE-Lab47.760037.9863-45.0797

#885cbe color RGB value is (136,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011100 10111110
Octal 210 134 276
Decimal 136 92 190
Hex 88 5C BE

RGB Percentages of Color #885cbe

%32.54
%22.01
%45.45

CMYK Percentages of Color #885cbe

%28
%52
%0
%25

Triadic Colors of #885cbe

#885cbe #be885c #5cbe88

Analogous Colors of #885cbe

#885cbe #b95cbe #5c61be

Monochromatic Colors of #885cbe

#885cbe

Complementary Color

#885cbe #92be5c

#885cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#885cbe Color CSS Codes

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

#885cbe Text Font Color

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

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


#885cbe Background Color

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

This div background color is #885cbe


#885cbe Border Color

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

This div border color is #885cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885cbe


Comments

No comments written yet.

Please login to write comment.