Color Hex Logo

#998bdd Color Hex

#998BDD
(153,139,221)
0 Favorites   0 Comments

Color spaces of #998bdd

RGB 153139221
HSL0.700.550.71
HSV250°37°87°
CMYK 0.310.370.00   0.13
XYZ35.420630.458072.4187
Yxy30.45800.25610.2202
Hunter Lab55.188817.9824-39.1682
CIE-Lab62.047423.4009-40.0151

#998bdd color RGB value is (153,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001011 11011101
Octal 231 213 335
Decimal 153 139 221
Hex 99 8B DD

RGB Percentages of Color #998bdd

%29.82
%27.10
%43.08

CMYK Percentages of Color #998bdd

%31
%37
%0
%13

Triadic Colors of #998bdd

#998bdd #dd998b #8bdd99

Analogous Colors of #998bdd

#998bdd #c28bdd #8ba6dd

Monochromatic Colors of #998bdd

#998bdd

Complementary Color

#998bdd #cfdd8b

#998bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#998bdd Color CSS Codes

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

#998bdd Text Font Color

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

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


#998bdd Background Color

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

This div background color is #998bdd


#998bdd Border Color

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

This div border color is #998bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998bdd


Comments

No comments written yet.

Please login to write comment.