Color Hex Logo

#9c88cf Color Hex

#9C88CF
(156,136,207)
0 Favorites   0 Comments

Color spaces of #9c88cf

RGB 156136207
HSL0.710.430.67
HSV257°34°81°
CMYK 0.250.340.00   0.19
XYZ33.776929.181262.8838
Yxy29.18120.26840.2319
Hunter Lab54.019617.0765-31.2053
CIE-Lab60.941222.5149-33.8972

#9c88cf color RGB value is (156,136,207).

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

The process color (four color CMYK) of #9c88cf color hex is 0.25, 0.34, 0.00, 0.19. Web safe color of #9c88cf is #9999cc. Color #9c88cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001000 11001111
Octal 234 210 317
Decimal 156 136 207
Hex 9C 88 CF

RGB Percentages of Color #9c88cf

%31.26
%27.25
%41.48

CMYK Percentages of Color #9c88cf

%25
%34
%0
%19

Triadic Colors of #9c88cf

#9c88cf #cf9c88 #88cf9c

Analogous Colors of #9c88cf

#9c88cf #c088cf #8898cf

Monochromatic Colors of #9c88cf

#9c88cf

Complementary Color

#9c88cf #bbcf88

#9c88cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c88cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c88cf Color CSS Codes

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

#9c88cf Text Font Color

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

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


#9c88cf Background Color

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

This div background color is #9c88cf


#9c88cf Border Color

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

This div border color is #9c88cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c88cf


Comments

No comments written yet.

Please login to write comment.