Color Hex Logo

#9446cb Color Hex

#9446CB
(148,70,203)
0 Favorites   0 Comments

Color spaces of #9446cb

RGB 14870203
HSL0.760.560.54
HSV275°66°80°
CMYK 0.270.660.00   0.20
XYZ25.182414.988058.0656
Yxy14.98800.25630.1526
Hunter Lab38.714348.3583-61.8259
CIE-Lab45.617855.5426-55.9496

#9446cb color RGB value is (148,70,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01000110 11001011
Octal 224 106 313
Decimal 148 70 203
Hex 94 46 CB

RGB Percentages of Color #9446cb

%35.15
%16.63
%48.22

CMYK Percentages of Color #9446cb

%27
%66
%0
%20

Triadic Colors of #9446cb

#9446cb #cb9446 #46cb94

Analogous Colors of #9446cb

#9446cb #cb46c0 #5146cb

Monochromatic Colors of #9446cb

#9446cb

Complementary Color

#9446cb #7dcb46

#9446cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9446cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9446cb Color CSS Codes

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

#9446cb Text Font Color

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

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


#9446cb Background Color

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

This div background color is #9446cb


#9446cb Border Color

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

This div border color is #9446cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9446cb


Comments

No comments written yet.

Please login to write comment.