Color Hex Logo

#9c40ea Color Hex

#9C40EA
(156,64,234)
0 Favorites   0 Comments

Color spaces of #9c40ea

RGB 15664234
HSL0.760.800.58
HSV272°73°92°
CMYK 0.330.730.00   0.08
XYZ30.395016.675279.4585
Yxy16.67520.24020.1318
Hunter Lab40.835361.4015-86.7835
CIE-Lab47.848266.7125-69.9795

#9c40ea color RGB value is (156,64,234).

#9c40ea hex color red value is 156, green value is 64 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9c40ea hue: 0.76 , saturation: 0.80 and the lightness value of 9c40ea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000000 11101010
Octal 234 100 352
Decimal 156 64 234
Hex 9C 40 EA

RGB Percentages of Color #9c40ea

%34.36
%14.10
%51.54

CMYK Percentages of Color #9c40ea

%33
%73
%0
%8

Triadic Colors of #9c40ea

#9c40ea #ea9c40 #40ea9c

Analogous Colors of #9c40ea

#9c40ea #ea40e3 #4740ea

Monochromatic Colors of #9c40ea

#9c40ea

Complementary Color

#9c40ea #8eea40

#9c40ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c40ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c40ea Color CSS Codes

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

#9c40ea Text Font Color

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

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


#9c40ea Background Color

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

This div background color is #9c40ea


#9c40ea Border Color

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

This div border color is #9c40ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c40ea


Comments

No comments written yet.

Please login to write comment.