Color Hex Logo

#998edb Color Hex

#998EDB
(153,142,219)
0 Favorites   0 Comments

Color spaces of #998edb

RGB 153142219
HSL0.690.520.71
HSV249°35°86°
CMYK 0.300.350.00   0.14
XYZ35.596131.232871.1702
Yxy31.23280.25790.2263
Hunter Lab55.886315.8923-36.3843
CIE-Lab62.703721.1655-37.8746

#998edb color RGB value is (153,142,219).

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

The process color (four color CMYK) of #998edb color hex is 0.30, 0.35, 0.00, 0.14. Web safe color of #998edb is #9999cc. Color #998edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001110 11011011
Octal 231 216 333
Decimal 153 142 219
Hex 99 8E DB

RGB Percentages of Color #998edb

%29.77
%27.63
%42.61

CMYK Percentages of Color #998edb

%30
%35
%0
%14

Triadic Colors of #998edb

#998edb #db998e #8edb99

Analogous Colors of #998edb

#998edb #c08edb #8eaadb

Monochromatic Colors of #998edb

#998edb

Complementary Color

#998edb #d0db8e

#998edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#998edb Color CSS Codes

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

#998edb Text Font Color

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

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


#998edb Background Color

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

This div background color is #998edb


#998edb Border Color

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

This div border color is #998edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998edb


Comments

No comments written yet.

Please login to write comment.