Color Hex Logo

#9930ef Color Hex

#9930EF
(153,48,239)
0 Favorites   0 Comments

Color spaces of #9930ef

RGB 15348239
HSL0.760.860.56
HSV273°80°94°
CMYK 0.360.800.00   0.06
XYZ29.773815.118283.0102
Yxy15.11820.23280.1182
Hunter Lab38.882168.6418-99.3619
CIE-Lab45.795773.2140-76.1622

#9930ef color RGB value is (153,48,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110000 11101111
Octal 231 60 357
Decimal 153 48 239
Hex 99 30 EF

RGB Percentages of Color #9930ef

%34.77
%10.91
%54.32

CMYK Percentages of Color #9930ef

%36
%80
%0
%6

Triadic Colors of #9930ef

#9930ef #ef9930 #30ef99

Analogous Colors of #9930ef

#9930ef #ef30e6 #3930ef

Monochromatic Colors of #9930ef

#9930ef

Complementary Color

#9930ef #86ef30

#9930ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9930ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9930ef Color CSS Codes

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

#9930ef Text Font Color

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

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


#9930ef Background Color

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

This div background color is #9930ef


#9930ef Border Color

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

This div border color is #9930ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,48,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 #9930ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9930ef


Comments

No comments written yet.

Please login to write comment.