Color Hex Logo

#9942eb Color Hex

#9942EB
(153,66,235)
0 Favorites   0 Comments

Color spaces of #9942eb

RGB 15366235
HSL0.750.810.59
HSV271°72°92°
CMYK 0.350.720.00   0.08
XYZ30.080516.666980.2289
Yxy16.66690.23690.1313
Hunter Lab40.825160.0773-87.9382
CIE-Lab47.837665.5748-70.5779

#9942eb color RGB value is (153,66,235).

#9942eb hex color red value is 153, green value is 66 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9942eb hue: 0.75 , saturation: 0.81 and the lightness value of 9942eb is 0.59.

The process color (four color CMYK) of #9942eb color hex is 0.35, 0.72, 0.00, 0.08. Web safe color of #9942eb is #9933ff. Color #9942eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000010 11101011
Octal 231 102 353
Decimal 153 66 235
Hex 99 42 EB

RGB Percentages of Color #9942eb

%33.70
%14.54
%51.76

CMYK Percentages of Color #9942eb

%35
%72
%0
%8

Triadic Colors of #9942eb

#9942eb #eb9942 #42eb99

Analogous Colors of #9942eb

#9942eb #eb42e9 #4542eb

Monochromatic Colors of #9942eb

#9942eb

Complementary Color

#9942eb #94eb42

#9942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9942eb Color CSS Codes

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

#9942eb Text Font Color

<p style="color:#9942eb">Text here</p>

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


#9942eb Background Color

<div style="background-color:#9942eb">
Div content here</div>

This div background color is #9942eb


#9942eb Border Color

<div style="border:3px solid #9942eb">
Div here</div>

This div border color is #9942eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,66,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9942eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9942eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9942eb;
  box-shadow:         1px 1px 3px 2px #9942eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,66,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9942eb


Comments

No comments written yet.

Please login to write comment.