Color Hex Logo

#9948ef Color Hex

#9948EF
(153,72,239)
0 Favorites   0 Comments

Color spaces of #9948ef

RGB 15372239
HSL0.750.840.61
HSV269°70°94°
CMYK 0.360.700.00   0.06
XYZ31.034217.639083.4303
Yxy17.63900.23490.1335
Hunter Lab41.998858.4012-88.3799
CIE-Lab49.055363.8895-70.8498

#9948ef color RGB value is (153,72,239).

#9948ef hex color red value is 153, green value is 72 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9948ef hue: 0.75 , saturation: 0.84 and the lightness value of 9948ef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001000 11101111
Octal 231 110 357
Decimal 153 72 239
Hex 99 48 EF

RGB Percentages of Color #9948ef

%32.97
%15.52
%51.51

CMYK Percentages of Color #9948ef

%36
%70
%0
%6

Triadic Colors of #9948ef

#9948ef #ef9948 #48ef99

Analogous Colors of #9948ef

#9948ef #ed48ef #484bef

Monochromatic Colors of #9948ef

#9948ef

Complementary Color

#9948ef #9eef48

#9948ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9948ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9948ef Color CSS Codes

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

#9948ef Text Font Color

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

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


#9948ef Background Color

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

This div background color is #9948ef


#9948ef Border Color

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

This div border color is #9948ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9948ef


Comments

No comments written yet.

Please login to write comment.