Color Hex Logo

#9c88ca Color Hex

#9C88CA
(156,136,202)
0 Favorites   0 Comments

Color spaces of #9c88ca

RGB 156136202
HSL0.720.380.66
HSV258°33°79°
CMYK 0.230.330.00   0.21
XYZ33.175128.940559.7147
Yxy28.94050.27230.2375
Hunter Lab53.796415.9336-28.1552
CIE-Lab60.729121.3133-31.4167

#9c88ca color RGB value is (156,136,202).

#9c88ca hex color red value is 156, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9c88ca hue: 0.72 , saturation: 0.38 and the lightness value of 9c88ca is 0.66.

The process color (four color CMYK) of #9c88ca color hex is 0.23, 0.33, 0.00, 0.21. Web safe color of #9c88ca is #9999cc. Color #9c88ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001000 11001010
Octal 234 210 312
Decimal 156 136 202
Hex 9C 88 CA

RGB Percentages of Color #9c88ca

%31.58
%27.53
%40.89

CMYK Percentages of Color #9c88ca

%23
%33
%0
%21

Triadic Colors of #9c88ca

#9c88ca #ca9c88 #88ca9c

Analogous Colors of #9c88ca

#9c88ca #bd88ca #8895ca

Monochromatic Colors of #9c88ca

#9c88ca

Complementary Color

#9c88ca #b6ca88

#9c88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c88ca Color CSS Codes

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

#9c88ca Text Font Color

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

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


#9c88ca Background Color

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

This div background color is #9c88ca


#9c88ca Border Color

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

This div border color is #9c88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c88ca


Comments

No comments written yet.

Please login to write comment.