Color Hex Logo

#998feb Color Hex

#998FEB
(153,143,235)
0 Favorites   0 Comments

Color spaces of #998feb

RGB 153143235
HSL0.680.700.74
HSV247°39°92°
CMYK 0.350.390.00   0.08
XYZ37.954732.415482.8536
Yxy32.41540.24770.2116
Hunter Lab56.934519.3594-46.4272
CIE-Lab63.684724.7273-45.2040

#998feb color RGB value is (153,143,235).

#998feb hex color red value is 153, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #998feb hue: 0.68 , saturation: 0.70 and the lightness value of 998feb is 0.74.

The process color (four color CMYK) of #998feb color hex is 0.35, 0.39, 0.00, 0.08. Web safe color of #998feb is #9999ff. Color #998feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001111 11101011
Octal 231 217 353
Decimal 153 143 235
Hex 99 8F EB

RGB Percentages of Color #998feb

%28.81
%26.93
%44.26

CMYK Percentages of Color #998feb

%35
%39
%0
%8

Triadic Colors of #998feb

#998feb #eb998f #8feb99

Analogous Colors of #998feb

#998feb #c78feb #8fb3eb

Monochromatic Colors of #998feb

#998feb

Complementary Color

#998feb #e1eb8f

#998feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998feb Color CSS Codes

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

#998feb Text Font Color

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

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


#998feb Background Color

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

This div background color is #998feb


#998feb Border Color

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

This div border color is #998feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998feb


Comments

No comments written yet.

Please login to write comment.