Color Hex Logo

#9389be Color Hex

#9389BE
(147,137,190)
0 Favorites   0 Comments

Color spaces of #9389be

RGB 147137190
HSL0.700.290.64
HSV251°28°75°
CMYK 0.230.280.00   0.25
XYZ30.272527.812152.4879
Yxy27.81210.27380.2515
Hunter Lab52.737210.1735-22.0937
CIE-Lab59.718615.0868-26.2689

#9389be color RGB value is (147,137,190).

#9389be hex color red value is 147, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9389be hue: 0.70 , saturation: 0.29 and the lightness value of 9389be is 0.64.

The process color (four color CMYK) of #9389be color hex is 0.23, 0.28, 0.00, 0.25. Web safe color of #9389be is #9999cc. Color #9389be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001001 10111110
Octal 223 211 276
Decimal 147 137 190
Hex 93 89 BE

RGB Percentages of Color #9389be

%31.01
%28.90
%40.08

CMYK Percentages of Color #9389be

%23
%28
%0
%25

Triadic Colors of #9389be

#9389be #be9389 #89be93

Analogous Colors of #9389be

#9389be #ae89be #899abe

Monochromatic Colors of #9389be

#9389be

Complementary Color

#9389be #b4be89

#9389be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9389be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9389be Color CSS Codes

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

#9389be Text Font Color

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

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


#9389be Background Color

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

This div background color is #9389be


#9389be Border Color

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

This div border color is #9389be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,137,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9389be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9389be;
  -webkit-box-shadow: 1px 1px 3px 2px #9389be;
  box-shadow:         1px 1px 3px 2px #9389be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,137,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9389be


Comments

No comments written yet.

Please login to write comment.