Color Hex Logo

#988baf Color Hex

#988BAF
(152,139,175)
0 Favorites   0 Comments

Color spaces of #988baf

RGB 152139175
HSL0.730.180.62
HSV262°21°69°
CMYK 0.130.210.00   0.31
XYZ29.919428.235844.4306
Yxy28.23580.29170.2752
Hunter Lab53.13747.5154-12.3789
CIE-Lab60.101212.1050-17.1353

#988baf color RGB value is (152,139,175).

#988baf hex color red value is 152, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #988baf hue: 0.73 , saturation: 0.18 and the lightness value of 988baf is 0.62.

The process color (four color CMYK) of #988baf color hex is 0.13, 0.21, 0.00, 0.31. Web safe color of #988baf is #999999. Color #988baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 10101111
Octal 230 213 257
Decimal 152 139 175
Hex 98 8B AF

RGB Percentages of Color #988baf

%32.62
%29.83
%37.55

CMYK Percentages of Color #988baf

%13
%21
%0
%31

Triadic Colors of #988baf

#988baf #af988b #8baf98

Analogous Colors of #988baf

#988baf #aa8baf #8b90af

Monochromatic Colors of #988baf

#988baf

Complementary Color

#988baf #a2af8b

#988baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#988baf Color CSS Codes

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

#988baf Text Font Color

<p style="color:#988baf">Text here</p>

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


#988baf Background Color

<div style="background-color:#988baf">
Div content here</div>

This div background color is #988baf


#988baf Border Color

<div style="border:3px solid #988baf">
Div here</div>

This div border color is #988baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,139,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #988baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #988baf;
  -webkit-box-shadow: 1px 1px 3px 2px #988baf;
  box-shadow:         1px 1px 3px 2px #988baf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,139,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988baf


Comments

No comments written yet.

Please login to write comment.