Color Hex Logo

#988bce Color Hex

#988BCE
(152,139,206)
0 Favorites   0 Comments

Color spaces of #988bce

RGB 152139206
HSL0.700.410.68
HSV252°33°81°
CMYK 0.260.330.00   0.19
XYZ33.322129.596962.3490
Yxy29.59690.26600.2363
Hunter Lab54.403014.1267-29.8676
CIE-Lab61.304819.3508-32.7967

#988bce color RGB value is (152,139,206).

#988bce hex color red value is 152, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #988bce hue: 0.70 , saturation: 0.41 and the lightness value of 988bce is 0.68.

The process color (four color CMYK) of #988bce color hex is 0.26, 0.33, 0.00, 0.19. Web safe color of #988bce is #9999cc. Color #988bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11001110
Octal 230 213 316
Decimal 152 139 206
Hex 98 8B CE

RGB Percentages of Color #988bce

%30.58
%27.97
%41.45

CMYK Percentages of Color #988bce

%26
%33
%0
%19

Triadic Colors of #988bce

#988bce #ce988b #8bce98

Analogous Colors of #988bce

#988bce #ba8bce #8ba0ce

Monochromatic Colors of #988bce

#988bce

Complementary Color

#988bce #c1ce8b

#988bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bce Color CSS Codes

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

#988bce Text Font Color

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

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


#988bce Background Color

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

This div background color is #988bce


#988bce Border Color

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

This div border color is #988bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bce


Comments

No comments written yet.

Please login to write comment.