Color Hex Logo

#9446ce Color Hex

#9446CE
(148,70,206)
0 Favorites   0 Comments

Color spaces of #9446ce

RGB 14870206
HSL0.760.580.54
HSV274°66°81°
CMYK 0.280.660.00   0.19
XYZ25.543515.132459.9671
Yxy15.13240.25380.1504
Hunter Lab38.900449.1343-64.1686
CIE-Lab45.815056.2201-57.3609

#9446ce color RGB value is (148,70,206).

#9446ce hex color red value is 148, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9446ce hue: 0.76 , saturation: 0.58 and the lightness value of 9446ce is 0.54.

The process color (four color CMYK) of #9446ce color hex is 0.28, 0.66, 0.00, 0.19. Web safe color of #9446ce is #9933cc. Color #9446ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000110 11001110
Octal 224 106 316
Decimal 148 70 206
Hex 94 46 CE

RGB Percentages of Color #9446ce

%34.91
%16.51
%48.58

CMYK Percentages of Color #9446ce

%28
%66
%0
%19

Triadic Colors of #9446ce

#9446ce #ce9446 #46ce94

Analogous Colors of #9446ce

#9446ce #ce46c4 #5046ce

Monochromatic Colors of #9446ce

#9446ce

Complementary Color

#9446ce #80ce46

#9446ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9446ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9446ce Color CSS Codes

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

#9446ce Text Font Color

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

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


#9446ce Background Color

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

This div background color is #9446ce


#9446ce Border Color

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

This div border color is #9446ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9446ce


Comments

No comments written yet.

Please login to write comment.