Color Hex Logo

#885386 Color Hex

#885386
(136,83,134)
0 Favorites   0 Comments

Color spaces of #885386

RGB 13683134
HSL0.840.240.43
HSV302°39°53°
CMYK 0.000.390.01   0.47
XYZ17.549713.142024.1659
Yxy13.14200.31990.2396
Hunter Lab36.251922.9718-14.1470
CIE-Lab42.976430.5085-19.4072

#885386 color RGB value is (136,83,134).

#885386 hex color red value is 136, green value is 83 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #885386 hue: 0.84 , saturation: 0.24 and the lightness value of 885386 is 0.43.

The process color (four color CMYK) of #885386 color hex is 0.00, 0.39, 0.01, 0.47. Web safe color of #885386 is #996699. Color #885386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 10000110
Octal 210 123 206
Decimal 136 83 134
Hex 88 53 86

RGB Percentages of Color #885386

%38.53
%23.51
%37.96

CMYK Percentages of Color #885386

%0
%39
%1
%47

Triadic Colors of #885386

#885386 #868853 #538688

Analogous Colors of #885386

#885386 #88536c #705388

Monochromatic Colors of #885386

#885386

Complementary Color

#885386 #538855

#885386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885386 Color CSS Codes

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

#885386 Text Font Color

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

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


#885386 Background Color

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

This div background color is #885386


#885386 Border Color

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

This div border color is #885386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885386


Comments

No comments written yet.

Please login to write comment.