Color Hex Logo

#988abb Color Hex

#988ABB
(152,138,187)
0 Favorites   0 Comments

Color spaces of #988abb

RGB 152138187
HSL0.710.260.64
HSV257°26°73°
CMYK 0.190.260.00   0.27
XYZ31.007028.440250.8690
Yxy28.44020.28110.2578
Hunter Lab53.329410.4579-19.2241
CIE-Lab60.284415.3877-23.6643

#988abb color RGB value is (152,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 10111011
Octal 230 212 273
Decimal 152 138 187
Hex 98 8A BB

RGB Percentages of Color #988abb

%31.87
%28.93
%39.20

CMYK Percentages of Color #988abb

%19
%26
%0
%27

Triadic Colors of #988abb

#988abb #bb988a #8abb98

Analogous Colors of #988abb

#988abb #b18abb #8a95bb

Monochromatic Colors of #988abb

#988abb

Complementary Color

#988abb #adbb8a

#988abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#988abb Color CSS Codes

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

#988abb Text Font Color

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

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


#988abb Background Color

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

This div background color is #988abb


#988abb Border Color

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

This div border color is #988abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988abb


Comments

No comments written yet.

Please login to write comment.