Color Hex Logo

#988cad Color Hex

#988CAD
(152,140,173)
0 Favorites   0 Comments

Color spaces of #988cad

RGB 152140173
HSL0.730.170.61
HSV262°19°68°
CMYK 0.120.190.00   0.32
XYZ29.869828.448743.4520
Yxy28.44870.29350.2795
Hunter Lab53.33736.6227-10.9653
CIE-Lab60.292011.0946-15.7092

#988cad color RGB value is (152,140,173).

#988cad hex color red value is 152, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #988cad hue: 0.73 , saturation: 0.17 and the lightness value of 988cad is 0.61.

The process color (four color CMYK) of #988cad color hex is 0.12, 0.19, 0.00, 0.32. Web safe color of #988cad is #999999. Color #988cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 10101101
Octal 230 214 255
Decimal 152 140 173
Hex 98 8C AD

RGB Percentages of Color #988cad

%32.69
%30.11
%37.20

CMYK Percentages of Color #988cad

%12
%19
%0
%32

Triadic Colors of #988cad

#988cad #ad988c #8cad98

Analogous Colors of #988cad

#988cad #a98cad #8c91ad

Monochromatic Colors of #988cad

#988cad

Complementary Color

#988cad #a1ad8c

#988cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cad Color CSS Codes

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

#988cad Text Font Color

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

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


#988cad Background Color

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

This div background color is #988cad


#988cad Border Color

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

This div border color is #988cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cad


Comments

No comments written yet.

Please login to write comment.