Color Hex Logo

#988bba Color Hex

#988BBA
(152,139,186)
0 Favorites   0 Comments

Color spaces of #988bba

RGB 152139186
HSL0.710.250.64
HSV257°25°73°
CMYK 0.180.250.00   0.27
XYZ31.044428.685850.3551
Yxy28.68580.28200.2606
Hunter Lab53.55919.7352-18.2518
CIE-Lab60.503314.5823-22.7624

#988bba color RGB value is (152,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 10111010
Octal 230 213 272
Decimal 152 139 186
Hex 98 8B BA

RGB Percentages of Color #988bba

%31.87
%29.14
%38.99

CMYK Percentages of Color #988bba

%18
%25
%0
%27

Triadic Colors of #988bba

#988bba #ba988b #8bba98

Analogous Colors of #988bba

#988bba #b08bba #8b96ba

Monochromatic Colors of #988bba

#988bba

Complementary Color

#988bba #adba8b

#988bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bba Color CSS Codes

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

#988bba Text Font Color

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

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


#988bba Background Color

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

This div background color is #988bba


#988bba Border Color

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

This div border color is #988bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bba


Comments

No comments written yet.

Please login to write comment.