Color Hex Logo

#998def Color Hex

#998DEF
(153,141,239)
0 Favorites   0 Comments

Color spaces of #998def

RGB 153141239
HSL0.690.750.75
HSV247°41°94°
CMYK 0.360.410.00   0.06
XYZ38.241732.054185.8328
Yxy32.05410.24490.2053
Hunter Lab56.616321.4898-50.2547
CIE-Lab63.387626.9339-47.8791

#998def color RGB value is (153,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11101111
Octal 231 215 357
Decimal 153 141 239
Hex 99 8D EF

RGB Percentages of Color #998def

%28.71
%26.45
%44.84

CMYK Percentages of Color #998def

%36
%41
%0
%6

Triadic Colors of #998def

#998def #ef998d #8def99

Analogous Colors of #998def

#998def #ca8def #8db2ef

Monochromatic Colors of #998def

#998def

Complementary Color

#998def #e3ef8d

#998def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998def Color Preview on White Background

Lorem ipsum dolor sit amet.

#998def Color CSS Codes

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

#998def Text Font Color

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

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


#998def Background Color

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

This div background color is #998def


#998def Border Color

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

This div border color is #998def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998def


Comments

No comments written yet.

Please login to write comment.