Color Hex Logo

#9c8bcc Color Hex

#9C8BCC
(156,139,204)
0 Favorites   0 Comments

Color spaces of #9c8bcc

RGB 156139204
HSL0.710.390.67
HSV256°32°80°
CMYK 0.240.320.00   0.20
XYZ33.842029.892861.1130
Yxy29.89280.27110.2394
Hunter Lab54.674314.8069-28.0002
CIE-Lab61.561620.0681-31.2492

#9c8bcc color RGB value is (156,139,204).

#9c8bcc hex color red value is 156, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9c8bcc hue: 0.71 , saturation: 0.39 and the lightness value of 9c8bcc is 0.67.

The process color (four color CMYK) of #9c8bcc color hex is 0.24, 0.32, 0.00, 0.20. Web safe color of #9c8bcc is #9999cc. Color #9c8bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001011 11001100
Octal 234 213 314
Decimal 156 139 204
Hex 9C 8B CC

RGB Percentages of Color #9c8bcc

%31.26
%27.86
%40.88

CMYK Percentages of Color #9c8bcc

%24
%32
%0
%20

Triadic Colors of #9c8bcc

#9c8bcc #cc9c8b #8bcc9c

Analogous Colors of #9c8bcc

#9c8bcc #bd8bcc #8b9bcc

Monochromatic Colors of #9c8bcc

#9c8bcc

Complementary Color

#9c8bcc #bbcc8b

#9c8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8bcc Color CSS Codes

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

#9c8bcc Text Font Color

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

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


#9c8bcc Background Color

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

This div background color is #9c8bcc


#9c8bcc Border Color

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

This div border color is #9c8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8bcc


Comments

No comments written yet.

Please login to write comment.