Color Hex Logo

#9992fb Color Hex

#9992FB
(153,146,251)
0 Favorites   0 Comments

Color spaces of #9992fb

RGB 153146251
HSL0.680.930.78
HSV244°42°98°
CMYK 0.390.420.00   0.02
XYZ40.828334.295195.7345
Yxy34.29510.23900.2007
Hunter Lab58.562021.9632-55.9312
CIE-Lab65.196127.2797-51.6084

#9992fb color RGB value is (153,146,251).

#9992fb hex color red value is 153, green value is 146 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9992fb hue: 0.68 , saturation: 0.93 and the lightness value of 9992fb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010010 11111011
Octal 231 222 373
Decimal 153 146 251
Hex 99 92 FB

RGB Percentages of Color #9992fb

%27.82
%26.55
%45.64

CMYK Percentages of Color #9992fb

%39
%42
%0
%2

Triadic Colors of #9992fb

#9992fb #fb9992 #92fb99

Analogous Colors of #9992fb

#9992fb #ce92fb #92c0fb

Monochromatic Colors of #9992fb

#9992fb

Complementary Color

#9992fb #f4fb92

#9992fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9992fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9992fb Color CSS Codes

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

#9992fb Text Font Color

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

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


#9992fb Background Color

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

This div background color is #9992fb


#9992fb Border Color

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

This div border color is #9992fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9992fb


Comments

No comments written yet.

Please login to write comment.