Color Hex Logo

#9406ed Color Hex

#9406ED
(148,6,237)
0 Favorites   0 Comments

Color spaces of #9406ed

RGB 1486237
HSL0.770.950.48
HSV277°97°93°
CMYK 0.380.970.00   0.07
XYZ27.563912.540681.0886
Yxy12.54060.22740.1035
Hunter Lab35.412776.9653-110.9743
CIE-Lab42.062780.6860-81.1774

#9406ed color RGB value is (148,6,237).

#9406ed hex color red value is 148, green value is 6 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9406ed hue: 0.77 , saturation: 0.95 and the lightness value of 9406ed is 0.48.

The process color (four color CMYK) of #9406ed color hex is 0.38, 0.97, 0.00, 0.07. Web safe color of #9406ed is #9900ff. Color #9406ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000110 11101101
Octal 224 6 355
Decimal 148 6 237
Hex 94 6 ED

RGB Percentages of Color #9406ed

%37.85
%1.53
%60.61

CMYK Percentages of Color #9406ed

%38
%97
%0
%7

Triadic Colors of #9406ed

#9406ed #ed9406 #06ed94

Analogous Colors of #9406ed

#9406ed #ed06d3 #2106ed

Monochromatic Colors of #9406ed

#9406ed

Complementary Color

#9406ed #5fed06

#9406ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9406ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9406ed Color CSS Codes

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

#9406ed Text Font Color

<p style="color:#9406ed">Text here</p>

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


#9406ed Background Color

<div style="background-color:#9406ed">
Div content here</div>

This div background color is #9406ed


#9406ed Border Color

<div style="border:3px solid #9406ed">
Div here</div>

This div border color is #9406ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,6,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9406ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9406ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9406ed;
  box-shadow:         1px 1px 3px 2px #9406ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,6,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9406ed


Comments

No comments written yet.

Please login to write comment.