Color Hex Logo

#9998ff Color Hex

#9998FF
(153,152,255)
0 Favorites   0 Comments

Color spaces of #9998ff

RGB 153152255
HSL0.671.000.80
HSV241°40°100°
CMYK 0.400.400.00   0.00
XYZ42.415136.448899.4075
Yxy36.44880.23790.2045
Hunter Lab60.372819.7532-55.3635
CIE-Lab66.861424.9272-51.1569

#9998ff color RGB value is (153,152,255).

#9998ff hex color red value is 153, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9998ff hue: 0.67 , saturation: 1.00 and the lightness value of 9998ff is 0.80.

The process color (four color CMYK) of #9998ff color hex is 0.40, 0.40, 0.00, 0.00. Web safe color of #9998ff is #9999ff. Color #9998ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011000 11111111
Octal 231 230 377
Decimal 153 152 255
Hex 99 98 FF

RGB Percentages of Color #9998ff

%27.32
%27.14
%45.54

CMYK Percentages of Color #9998ff

%40
%40
%0
%0

Triadic Colors of #9998ff

#9998ff #ff9998 #98ff99

Analogous Colors of #9998ff

#9998ff #cd98ff #98cbff

Monochromatic Colors of #9998ff

#9998ff

Complementary Color

#9998ff #feff98

#9998ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9998ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9998ff Color CSS Codes

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

#9998ff Text Font Color

<p style="color:#9998ff">Text here</p>

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


#9998ff Background Color

<div style="background-color:#9998ff">
Div content here</div>

This div background color is #9998ff


#9998ff Border Color

<div style="border:3px solid #9998ff">
Div here</div>

This div border color is #9998ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,152,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9998ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9998ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9998ff;
  box-shadow:         1px 1px 3px 2px #9998ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9998ff

#9998ff Color Palettes


Comments

No comments written yet.

Please login to write comment.