Color Hex Logo

#988cba Color Hex

#988CBA
(152,140,186)
0 Favorites   0 Comments

Color spaces of #988cba

RGB 152140186
HSL0.710.250.64
HSV256°25°73°
CMYK 0.180.250.00   0.27
XYZ31.189928.976750.4036
Yxy28.97670.28210.2621
Hunter Lab53.83009.2230-17.8350
CIE-Lab60.761114.0085-22.3677

#988cba color RGB value is (152,140,186).

#988cba hex color red value is 152, green value is 140 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #988cba hue: 0.71 , saturation: 0.25 and the lightness value of 988cba is 0.64.

The process color (four color CMYK) of #988cba color hex is 0.18, 0.25, 0.00, 0.27. Web safe color of #988cba is #9999cc. Color #988cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 10111010
Octal 230 214 272
Decimal 152 140 186
Hex 98 8C BA

RGB Percentages of Color #988cba

%31.80
%29.29
%38.91

CMYK Percentages of Color #988cba

%18
%25
%0
%27

Triadic Colors of #988cba

#988cba #ba988c #8cba98

Analogous Colors of #988cba

#988cba #af8cba #8c97ba

Monochromatic Colors of #988cba

#988cba

Complementary Color

#988cba #aeba8c

#988cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cba Color CSS Codes

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

#988cba Text Font Color

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

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


#988cba Background Color

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

This div background color is #988cba


#988cba Border Color

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

This div border color is #988cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cba


Comments

No comments written yet.

Please login to write comment.