Color Hex Logo

#9c8bff Color Hex

#9C8BFF
(156,139,255)
0 Favorites   0 Comments

Color spaces of #9c8bff

RGB 156139255
HSL0.691.000.77
HSV249°45°100°
CMYK 0.390.450.00   0.00
XYZ40.992932.753298.7692
Yxy32.75320.23760.1899
Hunter Lab57.230427.7025-62.2624
CIE-Lab63.960633.1117-55.7422

#9c8bff color RGB value is (156,139,255).

#9c8bff hex color red value is 156, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9c8bff hue: 0.69 , saturation: 1.00 and the lightness value of 9c8bff is 0.77.

The process color (four color CMYK) of #9c8bff color hex is 0.39, 0.45, 0.00, 0.00. Web safe color of #9c8bff is #9999ff. Color #9c8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001011 11111111
Octal 234 213 377
Decimal 156 139 255
Hex 9C 8B FF

RGB Percentages of Color #9c8bff

%28.36
%25.27
%46.36

CMYK Percentages of Color #9c8bff

%39
%45
%0
%0

Triadic Colors of #9c8bff

#9c8bff #ff9c8b #8bff9c

Analogous Colors of #9c8bff

#9c8bff #d68bff #8bb4ff

Monochromatic Colors of #9c8bff

#9c8bff

Complementary Color

#9c8bff #eeff8b

#9c8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8bff Color CSS Codes

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

#9c8bff Text Font Color

<p style="color:#9c8bff">Text here</p>

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


#9c8bff Background Color

<div style="background-color:#9c8bff">
Div content here</div>

This div background color is #9c8bff


#9c8bff Border Color

<div style="border:3px solid #9c8bff">
Div here</div>

This div border color is #9c8bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c8bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c8bff;
  -webkit-box-shadow: 1px 1px 3px 2px #9c8bff;
  box-shadow:         1px 1px 3px 2px #9c8bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,139,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8bff

Related Colors

#9c8bff Color Palettes


Comments

No comments written yet.

Please login to write comment.