Color Hex Logo

#998dda Color Hex

#998DDA
(153,141,218)
1 Favorites   0 Comments

Color spaces of #998dda

RGB 153141218
HSL0.690.510.70
HSV249°35°85°
CMYK 0.300.350.00   0.15
XYZ35.316630.884070.4295
Yxy30.88400.25850.2260
Hunter Lab55.573416.1824-36.2383
CIE-Lab62.409621.4873-37.7774

#998dda color RGB value is (153,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001101 11011010
Octal 231 215 332
Decimal 153 141 218
Hex 99 8D DA

RGB Percentages of Color #998dda

%29.88
%27.54
%42.58

CMYK Percentages of Color #998dda

%30
%35
%0
%15

Triadic Colors of #998dda

#998dda #da998d #8dda99

Analogous Colors of #998dda

#998dda #c08dda #8da8da

Monochromatic Colors of #998dda

#998dda

Complementary Color

#998dda #ceda8d

#998dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#998dda Color CSS Codes

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

#998dda Text Font Color

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

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


#998dda Background Color

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

This div background color is #998dda


#998dda Border Color

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

This div border color is #998dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998dda


Comments

No comments written yet.

Please login to write comment.