Color Hex Logo

#886085 Color Hex

#886085
(136,96,133)
0 Favorites   0 Comments

Color spaces of #886085

RGB 13696133
HSL0.850.170.45
HSV305°29°53°
CMYK 0.000.290.02   0.47
XYZ18.569915.293424.1635
Yxy15.29340.32000.2636
Hunter Lab39.106816.3241-9.2597
CIE-Lab46.033522.7451-14.1325

#886085 color RGB value is (136,96,133).

#886085 hex color red value is 136, green value is 96 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #886085 hue: 0.85 , saturation: 0.17 and the lightness value of 886085 is 0.45.

The process color (four color CMYK) of #886085 color hex is 0.00, 0.29, 0.02, 0.47. Web safe color of #886085 is #996699. Color #886085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100000 10000101
Octal 210 140 205
Decimal 136 96 133
Hex 88 60 85

RGB Percentages of Color #886085

%37.26
%26.30
%36.44

CMYK Percentages of Color #886085

%0
%29
%2
%47

Triadic Colors of #886085

#886085 #858860 #608588

Analogous Colors of #886085

#886085 #886071 #776088

Monochromatic Colors of #886085

#886085

Complementary Color

#886085 #608863

#886085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886085 Color CSS Codes

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

#886085 Text Font Color

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

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


#886085 Background Color

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

This div background color is #886085


#886085 Border Color

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

This div border color is #886085


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,96,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886085; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886085;
  -webkit-box-shadow: 1px 1px 3px 2px #886085;
  box-shadow:         1px 1px 3px 2px #886085; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886085


Comments

No comments written yet.

Please login to write comment.