Color Hex Logo

#9c80eb Color Hex

#9C80EB
(156,128,235)
0 Favorites   0 Comments

Color spaces of #9c80eb

RGB 156128235
HSL0.710.730.71
HSV256°46°92°
CMYK 0.340.460.00   0.08
XYZ36.424928.504482.1794
Yxy28.50440.24760.1938
Hunter Lab53.389528.3497-53.8890
CIE-Lab60.341734.1220-50.4712

#9c80eb color RGB value is (156,128,235).

#9c80eb hex color red value is 156, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9c80eb hue: 0.71 , saturation: 0.73 and the lightness value of 9c80eb is 0.71.

The process color (four color CMYK) of #9c80eb color hex is 0.34, 0.46, 0.00, 0.08. Web safe color of #9c80eb is #9999ff. Color #9c80eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000000 11101011
Octal 234 200 353
Decimal 156 128 235
Hex 9C 80 EB

RGB Percentages of Color #9c80eb

%30.06
%24.66
%45.28

CMYK Percentages of Color #9c80eb

%34
%46
%0
%8

Triadic Colors of #9c80eb

#9c80eb #eb9c80 #80eb9c

Analogous Colors of #9c80eb

#9c80eb #d280eb #809aeb

Monochromatic Colors of #9c80eb

#9c80eb

Complementary Color

#9c80eb #cfeb80

#9c80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c80eb Color CSS Codes

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

#9c80eb Text Font Color

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

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


#9c80eb Background Color

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

This div background color is #9c80eb


#9c80eb Border Color

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

This div border color is #9c80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c80eb


Comments

No comments written yet.

Please login to write comment.