Color Hex Logo

#9188b1 Color Hex

#9188B1
(145,136,177)
0 Favorites   0 Comments

Color spaces of #9188b1

RGB 145136177
HSL0.700.210.61
HSV253°23°69°
CMYK 0.180.230.00   0.31
XYZ28.417026.802445.2706
Yxy26.80240.28280.2667
Hunter Lab51.77107.3789-15.6058
CIE-Lab58.791011.9612-20.3233

#9188b1 color RGB value is (145,136,177).

#9188b1 hex color red value is 145, green value is 136 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #9188b1 hue: 0.70 , saturation: 0.21 and the lightness value of 9188b1 is 0.61.

The process color (four color CMYK) of #9188b1 color hex is 0.18, 0.23, 0.00, 0.31. Web safe color of #9188b1 is #999999. Color #9188b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001000 10110001
Octal 221 210 261
Decimal 145 136 177
Hex 91 88 B1

RGB Percentages of Color #9188b1

%31.66
%29.69
%38.65

CMYK Percentages of Color #9188b1

%18
%23
%0
%31

Triadic Colors of #9188b1

#9188b1 #b19188 #88b191

Analogous Colors of #9188b1

#9188b1 #a688b1 #8894b1

Monochromatic Colors of #9188b1

#9188b1

Complementary Color

#9188b1 #a8b188

#9188b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9188b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9188b1 Color CSS Codes

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

#9188b1 Text Font Color

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

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


#9188b1 Background Color

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

This div background color is #9188b1


#9188b1 Border Color

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

This div border color is #9188b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,136,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9188b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9188b1;
  -webkit-box-shadow: 1px 1px 3px 2px #9188b1;
  box-shadow:         1px 1px 3px 2px #9188b1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9188b1


Comments

No comments written yet.

Please login to write comment.