Color Hex Logo

#9948fd Color Hex

#9948FD
(153,72,253)
0 Favorites   0 Comments

Color spaces of #9948fd

RGB 15372253
HSL0.740.980.64
HSV267°72°99°
CMYK 0.400.720.00   0.01
XYZ33.183918.498994.7502
Yxy18.49890.22660.1263
Hunter Lab43.010362.4505-100.5064
CIE-Lab50.095767.1779-76.9847

#9948fd color RGB value is (153,72,253).

#9948fd hex color red value is 153, green value is 72 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9948fd hue: 0.74 , saturation: 0.98 and the lightness value of 9948fd is 0.64.

The process color (four color CMYK) of #9948fd color hex is 0.40, 0.72, 0.00, 0.01. Web safe color of #9948fd is #9933ff. Color #9948fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001000 11111101
Octal 231 110 375
Decimal 153 72 253
Hex 99 48 FD

RGB Percentages of Color #9948fd

%32.01
%15.06
%52.93

CMYK Percentages of Color #9948fd

%40
%72
%0
%1

Triadic Colors of #9948fd

#9948fd #fd9948 #48fd99

Analogous Colors of #9948fd

#9948fd #f448fd #4851fd

Monochromatic Colors of #9948fd

#9948fd

Complementary Color

#9948fd #acfd48

#9948fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9948fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9948fd Color CSS Codes

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

#9948fd Text Font Color

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

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


#9948fd Background Color

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

This div background color is #9948fd


#9948fd Border Color

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

This div border color is #9948fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9948fd


Comments

No comments written yet.

Please login to write comment.