Color Hex Logo

#9c42eb Color Hex

#9C42EB
(156,66,235)
0 Favorites   0 Comments

Color spaces of #9c42eb

RGB 15666235
HSL0.760.810.59
HSV272°72°92°
CMYK 0.340.720.00   0.08
XYZ30.653916.962580.2557
Yxy16.96250.23970.1327
Hunter Lab41.185660.7806-86.7048
CIE-Lab48.212866.1090-69.9511

#9c42eb color RGB value is (156,66,235).

#9c42eb hex color red value is 156, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9c42eb hue: 0.76 , saturation: 0.81 and the lightness value of 9c42eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000010 11101011
Octal 234 102 353
Decimal 156 66 235
Hex 9C 42 EB

RGB Percentages of Color #9c42eb

%34.14
%14.44
%51.42

CMYK Percentages of Color #9c42eb

%34
%72
%0
%8

Triadic Colors of #9c42eb

#9c42eb #eb9c42 #42eb9c

Analogous Colors of #9c42eb

#9c42eb #eb42e6 #4842eb

Monochromatic Colors of #9c42eb

#9c42eb

Complementary Color

#9c42eb #91eb42

#9c42eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c42eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c42eb Color CSS Codes

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

#9c42eb Text Font Color

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

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


#9c42eb Background Color

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

This div background color is #9c42eb


#9c42eb Border Color

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

This div border color is #9c42eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,66,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 #9c42eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c42eb


Comments

No comments written yet.

Please login to write comment.