Color Hex Logo

#988abd Color Hex

#988ABD
(152,138,189)
1 Favorites   0 Comments

Color spaces of #988abd

RGB 152138189
HSL0.710.280.64
HSV256°27°74°
CMYK 0.200.270.00   0.26
XYZ31.222728.526552.0047
Yxy28.52650.27940.2553
Hunter Lab53.410210.8802-20.3426
CIE-Lab60.361415.8518-24.6778

#988abd color RGB value is (152,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 10111101
Octal 230 212 275
Decimal 152 138 189
Hex 98 8A BD

RGB Percentages of Color #988abd

%31.73
%28.81
%39.46

CMYK Percentages of Color #988abd

%20
%27
%0
%26

Triadic Colors of #988abd

#988abd #bd988a #8abd98

Analogous Colors of #988abd

#988abd #b28abd #8a96bd

Monochromatic Colors of #988abd

#988abd

Complementary Color

#988abd #afbd8a

#988abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988abd Color CSS Codes

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

#988abd Text Font Color

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

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


#988abd Background Color

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

This div background color is #988abd


#988abd Border Color

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

This div border color is #988abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988abd


Comments

No comments written yet.

Please login to write comment.