Color Hex Logo

#998ddd Color Hex

#998DDD
(153,141,221)
0 Favorites   0 Comments

Color spaces of #998ddd

RGB 153141221
HSL0.690.540.71
HSV249°36°87°
CMYK 0.310.360.00   0.13
XYZ35.712931.042572.5161
Yxy31.04250.25640.2229
Hunter Lab55.715816.9129-38.1670
CIE-Lab62.543522.2497-39.2380

#998ddd color RGB value is (153,141,221).

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

The process color (four color CMYK) of #998ddd color hex is 0.31, 0.36, 0.00, 0.13. Web safe color of #998ddd is #9999cc. Color #998ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11011101
Octal 231 215 335
Decimal 153 141 221
Hex 99 8D DD

RGB Percentages of Color #998ddd

%29.71
%27.38
%42.91

CMYK Percentages of Color #998ddd

%31
%36
%0
%13

Triadic Colors of #998ddd

#998ddd #dd998d #8ddd99

Analogous Colors of #998ddd

#998ddd #c18ddd #8da9dd

Monochromatic Colors of #998ddd

#998ddd

Complementary Color

#998ddd #d1dd8d

#998ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ddd Color CSS Codes

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

#998ddd Text Font Color

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

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


#998ddd Background Color

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

This div background color is #998ddd


#998ddd Border Color

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

This div border color is #998ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ddd


Comments

No comments written yet.

Please login to write comment.