Color Hex Logo

#9c80ef Color Hex

#9C80EF
(156,128,239)
0 Favorites   0 Comments

Color spaces of #9c80ef

RGB 156128239
HSL0.710.780.72
HSV255°46°94°
CMYK 0.350.460.00   0.06
XYZ37.009528.738385.2578
Yxy28.73830.24510.1903
Hunter Lab53.608129.4171-56.7685
CIE-Lab60.550035.1571-52.3580

#9c80ef color RGB value is (156,128,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000000 11101111
Octal 234 200 357
Decimal 156 128 239
Hex 9C 80 EF

RGB Percentages of Color #9c80ef

%29.83
%24.47
%45.70

CMYK Percentages of Color #9c80ef

%35
%46
%0
%6

Triadic Colors of #9c80ef

#9c80ef #ef9c80 #80ef9c

Analogous Colors of #9c80ef

#9c80ef #d480ef #809cef

Monochromatic Colors of #9c80ef

#9c80ef

Complementary Color

#9c80ef #d3ef80

#9c80ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c80ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c80ef Color CSS Codes

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

#9c80ef Text Font Color

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

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


#9c80ef Background Color

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

This div background color is #9c80ef


#9c80ef Border Color

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

This div border color is #9c80ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c80ef


Comments

No comments written yet.

Please login to write comment.