Color Hex Logo

#9406ca Color Hex

#9406CA
(148,6,202)
0 Favorites   0 Comments

Color spaces of #9406ca

RGB 1486202
HSL0.790.940.41
HSV283°97°79°
CMYK 0.270.970.00   0.21
XYZ22.938510.690456.7316
Yxy10.69040.25390.1183
Hunter Lab32.696268.0111-79.9876
CIE-Lab39.054173.9979-66.0146

#9406ca color RGB value is (148,6,202).

#9406ca hex color red value is 148, green value is 6 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9406ca hue: 0.79 , saturation: 0.94 and the lightness value of 9406ca is 0.41.

The process color (four color CMYK) of #9406ca color hex is 0.27, 0.97, 0.00, 0.21. Web safe color of #9406ca is #9900cc. Color #9406ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000110 11001010
Octal 224 6 312
Decimal 148 6 202
Hex 94 6 CA

RGB Percentages of Color #9406ca

%41.57
%1.69
%56.74

CMYK Percentages of Color #9406ca

%27
%97
%0
%21

Triadic Colors of #9406ca

#9406ca #ca9406 #06ca94

Analogous Colors of #9406ca

#9406ca #ca069e #3206ca

Monochromatic Colors of #9406ca

#9406ca

Complementary Color

#9406ca #3cca06

#9406ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9406ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9406ca Color CSS Codes

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

#9406ca Text Font Color

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

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


#9406ca Background Color

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

This div background color is #9406ca


#9406ca Border Color

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

This div border color is #9406ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9406ca


Comments

No comments written yet.

Please login to write comment.