Color Hex Logo

#998bff Color Hex

#998BFF
(153,139,255)
0 Favorites   0 Comments

Color spaces of #998bff

RGB 153139255
HSL0.691.000.77
HSV247°45°100°
CMYK 0.400.450.00   0.00
XYZ40.419532.457598.7423
Yxy32.45750.23550.1891
Hunter Lab56.971526.9401-62.8807
CIE-Lab63.719232.3824-56.1408

#998bff color RGB value is (153,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001011 11111111
Octal 231 213 377
Decimal 153 139 255
Hex 99 8B FF

RGB Percentages of Color #998bff

%27.97
%25.41
%46.62

CMYK Percentages of Color #998bff

%40
%45
%0
%0

Triadic Colors of #998bff

#998bff #ff998b #8bff99

Analogous Colors of #998bff

#998bff #d38bff #8bb7ff

Monochromatic Colors of #998bff

#998bff

Complementary Color

#998bff #f1ff8b

#998bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#998bff Color CSS Codes

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

#998bff Text Font Color

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

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


#998bff Background Color

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

This div background color is #998bff


#998bff Border Color

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

This div border color is #998bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998bff

Related Colors


Comments

No comments written yet.

Please login to write comment.