Color Hex Logo

#998ef1 Color Hex

#998EF1
(153,142,241)
0 Favorites   0 Comments

Color spaces of #998ef1

RGB 153142241
HSL0.690.780.75
HSV247°41°95°
CMYK 0.370.410.00   0.05
XYZ38.687132.469287.4472
Yxy32.46920.24390.2047
Hunter Lab56.981821.4724-51.1023
CIE-Lab63.728826.8907-48.4419

#998ef1 color RGB value is (153,142,241).

#998ef1 hex color red value is 153, green value is 142 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #998ef1 hue: 0.69 , saturation: 0.78 and the lightness value of 998ef1 is 0.75.

The process color (four color CMYK) of #998ef1 color hex is 0.37, 0.41, 0.00, 0.05. Web safe color of #998ef1 is #9999ff. Color #998ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11110001
Octal 231 216 361
Decimal 153 142 241
Hex 99 8E F1

RGB Percentages of Color #998ef1

%28.54
%26.49
%44.96

CMYK Percentages of Color #998ef1

%37
%41
%0
%5

Triadic Colors of #998ef1

#998ef1 #f1998e #8ef199

Analogous Colors of #998ef1

#998ef1 #cb8ef1 #8eb5f1

Monochromatic Colors of #998ef1

#998ef1

Complementary Color

#998ef1 #e6f18e

#998ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ef1 Color CSS Codes

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

#998ef1 Text Font Color

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

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


#998ef1 Background Color

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

This div background color is #998ef1


#998ef1 Border Color

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

This div border color is #998ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ef1


Comments

No comments written yet.

Please login to write comment.