Color Hex Logo

#9328ef Color Hex

#9328EF
(147,40,239)
0 Favorites   0 Comments

Color spaces of #9328ef

RGB 14740239
HSL0.760.860.55
HSV272°83°94°
CMYK 0.380.830.00   0.06
XYZ28.371413.952682.8591
Yxy13.95260.22660.1115
Hunter Lab37.353270.2106-105.3735
CIE-Lab44.164974.8258-78.8629

#9328ef color RGB value is (147,40,239).

#9328ef hex color red value is 147, green value is 40 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9328ef hue: 0.76 , saturation: 0.86 and the lightness value of 9328ef is 0.55.

The process color (four color CMYK) of #9328ef color hex is 0.38, 0.83, 0.00, 0.06. Web safe color of #9328ef is #9933ff. Color #9328ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00101000 11101111
Octal 223 50 357
Decimal 147 40 239
Hex 93 28 EF

RGB Percentages of Color #9328ef

%34.51
%9.39
%56.10

CMYK Percentages of Color #9328ef

%38
%83
%0
%6

Triadic Colors of #9328ef

#9328ef #ef9328 #28ef93

Analogous Colors of #9328ef

#9328ef #ef28e8 #3028ef

Monochromatic Colors of #9328ef

#9328ef

Complementary Color

#9328ef #84ef28

#9328ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9328ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9328ef Color CSS Codes

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

#9328ef Text Font Color

<p style="color:#9328ef">Text here</p>

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


#9328ef Background Color

<div style="background-color:#9328ef">
Div content here</div>

This div background color is #9328ef


#9328ef Border Color

<div style="border:3px solid #9328ef">
Div here</div>

This div border color is #9328ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,40,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9328ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9328ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9328ef;
  box-shadow:         1px 1px 3px 2px #9328ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,40,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9328ef


Comments

No comments written yet.

Please login to write comment.