Color Hex Logo

#998eeb Color Hex

#998EEB
(153,142,235)
0 Favorites   0 Comments

Color spaces of #998eeb

RGB 153142235
HSL0.690.700.74
HSV247°40°92°
CMYK 0.350.400.00   0.08
XYZ37.805332.116582.8038
Yxy32.11650.24750.2103
Hunter Lab56.671419.9017-46.9599
CIE-Lab63.439125.3025-45.5910

#998eeb color RGB value is (153,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11101011
Octal 231 216 353
Decimal 153 142 235
Hex 99 8E EB

RGB Percentages of Color #998eeb

%28.87
%26.79
%44.34

CMYK Percentages of Color #998eeb

%35
%40
%0
%8

Triadic Colors of #998eeb

#998eeb #eb998e #8eeb99

Analogous Colors of #998eeb

#998eeb #c88eeb #8eb2eb

Monochromatic Colors of #998eeb

#998eeb

Complementary Color

#998eeb #e0eb8e

#998eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998eeb Color CSS Codes

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

#998eeb Text Font Color

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

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


#998eeb Background Color

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

This div background color is #998eeb


#998eeb Border Color

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

This div border color is #998eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998eeb


Comments

No comments written yet.

Please login to write comment.