Color Hex Logo

#988cce Color Hex

#988CCE
(152,140,206)
0 Favorites   0 Comments

Color spaces of #988cce

RGB 152140206
HSL0.700.400.68
HSV251°32°81°
CMYK 0.260.320.00   0.19
XYZ33.467629.887862.3975
Yxy29.88780.26610.2377
Hunter Lab54.669713.6017-29.4020
CIE-Lab61.557318.7750-32.4045

#988cce color RGB value is (152,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 11001110
Octal 230 214 316
Decimal 152 140 206
Hex 98 8C CE

RGB Percentages of Color #988cce

%30.52
%28.11
%41.37

CMYK Percentages of Color #988cce

%26
%32
%0
%19

Triadic Colors of #988cce

#988cce #ce988c #8cce98

Analogous Colors of #988cce

#988cce #b98cce #8ca1ce

Monochromatic Colors of #988cce

#988cce

Complementary Color

#988cce #c2ce8c

#988cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cce Color CSS Codes

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

#988cce Text Font Color

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

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


#988cce Background Color

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

This div background color is #988cce


#988cce Border Color

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

This div border color is #988cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cce


Comments

No comments written yet.

Please login to write comment.