Color Hex Logo

#988aad Color Hex

#988AAD
(152,138,173)
0 Favorites   0 Comments

Color spaces of #988aad

RGB 152138173
HSL0.730.180.61
HSV264°20°68°
CMYK 0.120.200.00   0.32
XYZ29.580227.869543.3555
Yxy27.86950.29340.2765
Hunter Lab52.79167.6320-11.7383
CIE-Lab59.770712.2394-16.4989

#988aad color RGB value is (152,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 10101101
Octal 230 212 255
Decimal 152 138 173
Hex 98 8A AD

RGB Percentages of Color #988aad

%32.83
%29.81
%37.37

CMYK Percentages of Color #988aad

%12
%20
%0
%32

Triadic Colors of #988aad

#988aad #ad988a #8aad98

Analogous Colors of #988aad

#988aad #aa8aad #8a8ead

Monochromatic Colors of #988aad

#988aad

Complementary Color

#988aad #9fad8a

#988aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#988aad Color CSS Codes

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

#988aad Text Font Color

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

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


#988aad Background Color

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

This div background color is #988aad


#988aad Border Color

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

This div border color is #988aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,138,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 #988aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988aad


Comments

No comments written yet.

Please login to write comment.