Color Hex Logo

#988ab8 Color Hex

#988AB8
(152,138,184)
0 Favorites   0 Comments

Color spaces of #988ab8

RGB 152138184
HSL0.720.240.63
HSV258°25°72°
CMYK 0.170.250.00   0.28
XYZ30.689128.313049.1949
Yxy28.31300.28360.2617
Hunter Lab53.21009.8333-17.5692
CIE-Lab60.170514.6983-22.1392

#988ab8 color RGB value is (152,138,184).

#988ab8 hex color red value is 152, green value is 138 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #988ab8 hue: 0.72 , saturation: 0.24 and the lightness value of 988ab8 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 10111000
Octal 230 212 270
Decimal 152 138 184
Hex 98 8A B8

RGB Percentages of Color #988ab8

%32.07
%29.11
%38.82

CMYK Percentages of Color #988ab8

%17
%25
%0
%28

Triadic Colors of #988ab8

#988ab8 #b8988a #8ab898

Analogous Colors of #988ab8

#988ab8 #af8ab8 #8a93b8

Monochromatic Colors of #988ab8

#988ab8

Complementary Color

#988ab8 #aab88a

#988ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ab8 Color CSS Codes

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

#988ab8 Text Font Color

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

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


#988ab8 Background Color

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

This div background color is #988ab8


#988ab8 Border Color

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

This div border color is #988ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ab8


Comments

No comments written yet.

Please login to write comment.