Color Hex Logo

#9477bb Color Hex

#9477BB
(148,119,187)
0 Favorites   0 Comments

Color spaces of #9477bb

RGB 148119187
HSL0.740.330.60
HSV266°36°73°
CMYK 0.210.360.00   0.27
XYZ27.779223.077450.0040
Yxy23.07740.27540.2288
Hunter Lab48.038919.1520-28.0880
CIE-Lab55.152025.1263-31.6286

#9477bb color RGB value is (148,119,187).

#9477bb hex color red value is 148, green value is 119 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9477bb hue: 0.74 , saturation: 0.33 and the lightness value of 9477bb is 0.60.

The process color (four color CMYK) of #9477bb color hex is 0.21, 0.36, 0.00, 0.27. Web safe color of #9477bb is #9966cc. Color #9477bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110111 10111011
Octal 224 167 273
Decimal 148 119 187
Hex 94 77 BB

RGB Percentages of Color #9477bb

%32.60
%26.21
%41.19

CMYK Percentages of Color #9477bb

%21
%36
%0
%27

Triadic Colors of #9477bb

#9477bb #bb9477 #77bb94

Analogous Colors of #9477bb

#9477bb #b677bb #777cbb

Monochromatic Colors of #9477bb

#9477bb

Complementary Color

#9477bb #9ebb77

#9477bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9477bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9477bb Color CSS Codes

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

#9477bb Text Font Color

<p style="color:#9477bb">Text here</p>

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


#9477bb Background Color

<div style="background-color:#9477bb">
Div content here</div>

This div background color is #9477bb


#9477bb Border Color

<div style="border:3px solid #9477bb">
Div here</div>

This div border color is #9477bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,119,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9477bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9477bb;
  -webkit-box-shadow: 1px 1px 3px 2px #9477bb;
  box-shadow:         1px 1px 3px 2px #9477bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,119,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9477bb


Comments

No comments written yet.

Please login to write comment.