Color Hex Logo

#988bad Color Hex

#988BAD
(152,139,173)
0 Favorites   0 Comments

Color spaces of #988bad

RGB 152139173
HSL0.730.170.61
HSV263°20°68°
CMYK 0.120.200.00   0.32
XYZ29.724328.157843.4035
Yxy28.15780.29350.2780
Hunter Lab53.06397.1267-11.3514
CIE-Lab60.031011.6664-16.1042

#988bad color RGB value is (152,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 10101101
Octal 230 213 255
Decimal 152 139 173
Hex 98 8B AD

RGB Percentages of Color #988bad

%32.76
%29.96
%37.28

CMYK Percentages of Color #988bad

%12
%20
%0
%32

Triadic Colors of #988bad

#988bad #ad988b #8bad98

Analogous Colors of #988bad

#988bad #a98bad #8b8fad

Monochromatic Colors of #988bad

#988bad

Complementary Color

#988bad #a0ad8b

#988bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bad Color CSS Codes

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

#988bad Text Font Color

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

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


#988bad Background Color

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

This div background color is #988bad


#988bad Border Color

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

This div border color is #988bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bad


Comments

No comments written yet.

Please login to write comment.