Color Hex Logo

#9c44eb Color Hex

#9C44EB
(156,68,235)
0 Favorites   0 Comments

Color spaces of #9c44eb

RGB 15668235
HSL0.750.810.59
HSV272°71°92°
CMYK 0.340.710.00   0.08
XYZ30.772817.200380.2953
Yxy17.20030.23990.1341
Hunter Lab41.473259.8673-85.7586
CIE-Lab48.511465.2644-69.4658

#9c44eb color RGB value is (156,68,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000100 11101011
Octal 234 104 353
Decimal 156 68 235
Hex 9C 44 EB

RGB Percentages of Color #9c44eb

%33.99
%14.81
%51.20

CMYK Percentages of Color #9c44eb

%34
%71
%0
%8

Triadic Colors of #9c44eb

#9c44eb #eb9c44 #44eb9c

Analogous Colors of #9c44eb

#9c44eb #eb44e7 #4944eb

Monochromatic Colors of #9c44eb

#9c44eb

Complementary Color

#9c44eb #93eb44

#9c44eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c44eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c44eb Color CSS Codes

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

#9c44eb Text Font Color

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

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


#9c44eb Background Color

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

This div background color is #9c44eb


#9c44eb Border Color

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

This div border color is #9c44eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c44eb


Comments

No comments written yet.

Please login to write comment.