Color Hex Logo

#988dce Color Hex

#988DCE
(152,141,206)
0 Favorites   0 Comments

Color spaces of #988dce

RGB 152141206
HSL0.690.400.68
HSV250°32°81°
CMYK 0.260.320.00   0.19
XYZ33.614330.181462.4464
Yxy30.18140.26630.2391
Hunter Lab54.937613.0768-28.9374
CIE-Lab61.810418.1991-32.0115

#988dce color RGB value is (152,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 11001110
Octal 230 215 316
Decimal 152 141 206
Hex 98 8D CE

RGB Percentages of Color #988dce

%30.46
%28.26
%41.28

CMYK Percentages of Color #988dce

%26
%32
%0
%19

Triadic Colors of #988dce

#988dce #ce988d #8dce98

Analogous Colors of #988dce

#988dce #b98dce #8da3ce

Monochromatic Colors of #988dce

#988dce

Complementary Color

#988dce #c3ce8d

#988dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#988dce Color CSS Codes

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

#988dce Text Font Color

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

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


#988dce Background Color

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

This div background color is #988dce


#988dce Border Color

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

This div border color is #988dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988dce


Comments

No comments written yet.

Please login to write comment.