Color Hex Logo

#88498a Color Hex

#88498A
(136,73,138)
0 Favorites   0 Comments

Color spaces of #88498a

RGB 13673138
HSL0.830.310.41
HSV298°47°54°
CMYK 0.010.470.00   0.46
XYZ17.123311.834325.4265
Yxy11.83430.31490.2176
Hunter Lab34.401028.6476-19.7417
CIE-Lab40.951536.9116-24.9684

#88498a color RGB value is (136,73,138).

#88498a hex color red value is 136, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #88498a hue: 0.83 , saturation: 0.31 and the lightness value of 88498a is 0.41.

The process color (four color CMYK) of #88498a color hex is 0.01, 0.47, 0.00, 0.46. Web safe color of #88498a is #993399. Color #88498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001001 10001010
Octal 210 111 212
Decimal 136 73 138
Hex 88 49 8A

RGB Percentages of Color #88498a

%39.19
%21.04
%39.77

CMYK Percentages of Color #88498a

%1
%47
%0
%46

Triadic Colors of #88498a

#88498a #8a8849 #498a88

Analogous Colors of #88498a

#88498a #8a496c #68498a

Monochromatic Colors of #88498a

#88498a

Complementary Color

#88498a #4b8a49

#88498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88498a Color CSS Codes

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

#88498a Text Font Color

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

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


#88498a Background Color

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

This div background color is #88498a


#88498a Border Color

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

This div border color is #88498a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88498a


Comments

No comments written yet.

Please login to write comment.