Color Hex Logo

#9984fb Color Hex

#9984FB
(153,132,251)
0 Favorites   0 Comments

Color spaces of #9984fb

RGB 153132251
HSL0.700.940.75
HSV251°47°98°
CMYK 0.390.470.00   0.02
XYZ38.800730.239995.0586
Yxy30.23990.23640.1843
Hunter Lab54.990829.7130-63.9967
CIE-Lab61.860735.3053-56.9072

#9984fb color RGB value is (153,132,251).

#9984fb hex color red value is 153, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9984fb hue: 0.70 , saturation: 0.94 and the lightness value of 9984fb is 0.75.

The process color (four color CMYK) of #9984fb color hex is 0.39, 0.47, 0.00, 0.02. Web safe color of #9984fb is #9999ff. Color #9984fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 11111011
Octal 231 204 373
Decimal 153 132 251
Hex 99 84 FB

RGB Percentages of Color #9984fb

%28.54
%24.63
%46.83

CMYK Percentages of Color #9984fb

%39
%47
%0
%2

Triadic Colors of #9984fb

#9984fb #fb9984 #84fb99

Analogous Colors of #9984fb

#9984fb #d584fb #84abfb

Monochromatic Colors of #9984fb

#9984fb

Complementary Color

#9984fb #e6fb84

#9984fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9984fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9984fb Color CSS Codes

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

#9984fb Text Font Color

<p style="color:#9984fb">Text here</p>

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


#9984fb Background Color

<div style="background-color:#9984fb">
Div content here</div>

This div background color is #9984fb


#9984fb Border Color

<div style="border:3px solid #9984fb">
Div here</div>

This div border color is #9984fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,132,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9984fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9984fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9984fb;
  box-shadow:         1px 1px 3px 2px #9984fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9984fb


Comments

No comments written yet.

Please login to write comment.