Color Hex Logo

#9446ee Color Hex

#9446EE
(148,70,238)
0 Favorites   0 Comments

Color spaces of #9446ee

RGB 14870238
HSL0.740.830.60
HSV268°71°93°
CMYK 0.380.710.00   0.07
XYZ29.835516.849382.5686
Yxy16.84930.23080.1304
Hunter Lab41.047957.9082-90.5294
CIE-Lab48.069663.6471-71.9170

#9446ee color RGB value is (148,70,238).

#9446ee hex color red value is 148, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9446ee hue: 0.74 , saturation: 0.83 and the lightness value of 9446ee is 0.60.

The process color (four color CMYK) of #9446ee color hex is 0.38, 0.71, 0.00, 0.07. Web safe color of #9446ee is #9933ff. Color #9446ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000110 11101110
Octal 224 106 356
Decimal 148 70 238
Hex 94 46 EE

RGB Percentages of Color #9446ee

%32.46
%15.35
%52.19

CMYK Percentages of Color #9446ee

%38
%71
%0
%7

Triadic Colors of #9446ee

#9446ee #ee9446 #46ee94

Analogous Colors of #9446ee

#9446ee #e846ee #464cee

Monochromatic Colors of #9446ee

#9446ee

Complementary Color

#9446ee #a0ee46

#9446ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9446ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9446ee Color CSS Codes

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

#9446ee Text Font Color

<p style="color:#9446ee">Text here</p>

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


#9446ee Background Color

<div style="background-color:#9446ee">
Div content here</div>

This div background color is #9446ee


#9446ee Border Color

<div style="border:3px solid #9446ee">
Div here</div>

This div border color is #9446ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,70,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9446ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9446ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9446ee;
  box-shadow:         1px 1px 3px 2px #9446ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9446ee


Comments

No comments written yet.

Please login to write comment.