Color Hex Logo

#998cb5 Color Hex

#998CB5
(153,140,181)
0 Favorites   0 Comments

Color spaces of #998cb5

RGB 153140181
HSL0.720.220.63
HSV259°23°71°
CMYK 0.150.230.00   0.29
XYZ30.855428.864747.6612
Yxy28.86470.28730.2688
Hunter Lab53.72598.4943-14.9891
CIE-Lab60.662013.1980-19.6800

#998cb5 color RGB value is (153,140,181).

#998cb5 hex color red value is 153, green value is 140 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #998cb5 hue: 0.72 , saturation: 0.22 and the lightness value of 998cb5 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 10110101
Octal 231 214 265
Decimal 153 140 181
Hex 99 8C B5

RGB Percentages of Color #998cb5

%32.28
%29.54
%38.19

CMYK Percentages of Color #998cb5

%15
%23
%0
%29

Triadic Colors of #998cb5

#998cb5 #b5998c #8cb599

Analogous Colors of #998cb5

#998cb5 #ae8cb5 #8c94b5

Monochromatic Colors of #998cb5

#998cb5

Complementary Color

#998cb5 #a8b58c

#998cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cb5 Color CSS Codes

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

#998cb5 Text Font Color

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

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


#998cb5 Background Color

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

This div background color is #998cb5


#998cb5 Border Color

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

This div border color is #998cb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cb5

#998cb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.