Color Hex Logo

#998dff Color Hex

#998DFF
(153,141,255)
0 Favorites   0 Comments

Color spaces of #998dff

RGB 153141255
HSL0.681.000.78
HSV246°45°100°
CMYK 0.400.450.00   0.00
XYZ40.711733.042198.8398
Yxy33.04210.23590.1914
Hunter Lab57.482325.8283-61.7106
CIE-Lab64.195031.2356-55.3842

#998dff color RGB value is (153,141,255).

#998dff hex color red value is 153, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #998dff hue: 0.68 , saturation: 1.00 and the lightness value of 998dff is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11111111
Octal 231 215 377
Decimal 153 141 255
Hex 99 8D FF

RGB Percentages of Color #998dff

%27.87
%25.68
%46.45

CMYK Percentages of Color #998dff

%40
%45
%0
%0

Triadic Colors of #998dff

#998dff #ff998d #8dff99

Analogous Colors of #998dff

#998dff #d28dff #8dbaff

Monochromatic Colors of #998dff

#998dff

Complementary Color

#998dff #f3ff8d

#998dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dff Color CSS Codes

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

#998dff Text Font Color

<p style="color:#998dff">Text here</p>

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


#998dff Background Color

<div style="background-color:#998dff">
Div content here</div>

This div background color is #998dff


#998dff Border Color

<div style="border:3px solid #998dff">
Div here</div>

This div border color is #998dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dff

#998dff Color Palettes


Comments

No comments written yet.

Please login to write comment.