Color Hex Logo

#88749b Color Hex

#88749B
(136,116,155)
0 Favorites   0 Comments

Color spaces of #88749b

RGB 136116155
HSL0.750.160.53
HSV271°25°61°
CMYK 0.120.250.00   0.39
XYZ22.315120.091633.7123
Yxy20.09160.29320.2639
Hunter Lab44.823710.4234-13.2160
CIE-Lab51.940615.6063-18.1636

#88749b color RGB value is (136,116,155).

#88749b hex color red value is 136, green value is 116 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #88749b hue: 0.75 , saturation: 0.16 and the lightness value of 88749b is 0.53.

The process color (four color CMYK) of #88749b color hex is 0.12, 0.25, 0.00, 0.39. Web safe color of #88749b is #996699. Color #88749b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110100 10011011
Octal 210 164 233
Decimal 136 116 155
Hex 88 74 9B

RGB Percentages of Color #88749b

%33.42
%28.50
%38.08

CMYK Percentages of Color #88749b

%12
%25
%0
%39

Triadic Colors of #88749b

#88749b #9b8874 #749b88

Analogous Colors of #88749b

#88749b #9b749b #75749b

Monochromatic Colors of #88749b

#88749b

Complementary Color

#88749b #879b74

#88749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88749b Color CSS Codes

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

#88749b Text Font Color

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

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


#88749b Background Color

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

This div background color is #88749b


#88749b Border Color

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

This div border color is #88749b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,116,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88749b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88749b;
  -webkit-box-shadow: 1px 1px 3px 2px #88749b;
  box-shadow:         1px 1px 3px 2px #88749b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88749b


Comments

No comments written yet.

Please login to write comment.