Color Hex Logo

#88648a Color Hex

#88648A
(136,100,138)
0 Favorites   0 Comments

Color spaces of #88648a

RGB 136100138
HSL0.820.160.47
HSV297°28°54°
CMYK 0.010.280.00   0.46
XYZ19.298016.183626.1514
Yxy16.18360.31310.2626
Hunter Lab40.228815.2270-10.3822
CIE-Lab47.214521.3980-15.3297

#88648a color RGB value is (136,100,138).

#88648a hex color red value is 136, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #88648a hue: 0.82 , saturation: 0.16 and the lightness value of 88648a is 0.47.

The process color (four color CMYK) of #88648a color hex is 0.01, 0.28, 0.00, 0.46. Web safe color of #88648a is #996699. Color #88648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100100 10001010
Octal 210 144 212
Decimal 136 100 138
Hex 88 64 8A

RGB Percentages of Color #88648a

%36.36
%26.74
%36.90

CMYK Percentages of Color #88648a

%1
%28
%0
%46

Triadic Colors of #88648a

#88648a #8a8864 #648a88

Analogous Colors of #88648a

#88648a #8a6479 #75648a

Monochromatic Colors of #88648a

#88648a

Complementary Color

#88648a #668a64

#88648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88648a Color CSS Codes

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

#88648a Text Font Color

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

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


#88648a Background Color

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

This div background color is #88648a


#88648a Border Color

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

This div border color is #88648a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,100,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88648a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88648a;
  -webkit-box-shadow: 1px 1px 3px 2px #88648a;
  box-shadow:         1px 1px 3px 2px #88648a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88648a


Comments

No comments written yet.

Please login to write comment.