Color Hex Logo

#9c31ea Color Hex

#9C31EA
(156,49,234)
0 Favorites   0 Comments

Color spaces of #9c31ea

RGB 15649234
HSL0.760.810.55
HSV275°79°92°
CMYK 0.330.790.00   0.08
XYZ29.659915.205179.2135
Yxy15.20510.23900.1225
Hunter Lab38.993767.5339-93.1486
CIE-Lab45.913872.2711-73.1293

#9c31ea color RGB value is (156,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 00110001 11101010
Octal 234 61 352
Decimal 156 49 234
Hex 9C 31 EA

RGB Percentages of Color #9c31ea

%35.54
%11.16
%53.30

CMYK Percentages of Color #9c31ea

%33
%79
%0
%8

Triadic Colors of #9c31ea

#9c31ea #ea9c31 #31ea9c

Analogous Colors of #9c31ea

#9c31ea #ea31dc #4031ea

Monochromatic Colors of #9c31ea

#9c31ea

Complementary Color

#9c31ea #7fea31

#9c31ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c31ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c31ea Color CSS Codes

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

#9c31ea Text Font Color

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

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


#9c31ea Background Color

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

This div background color is #9c31ea


#9c31ea Border Color

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

This div border color is #9c31ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c31ea


Comments

No comments written yet.

Please login to write comment.