Color Hex Logo

#988fce Color Hex

#988FCE
(152,143,206)
0 Favorites   0 Comments

Color spaces of #988fce

RGB 152143206
HSL0.690.390.68
HSV249°31°81°
CMYK 0.260.310.00   0.19
XYZ33.911930.776662.5456
Yxy30.77660.26650.2419
Hunter Lab55.476712.0297-28.0112
CIE-Lab62.318617.0491-31.2233

#988fce color RGB value is (152,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11001110
Octal 230 217 316
Decimal 152 143 206
Hex 98 8F CE

RGB Percentages of Color #988fce

%30.34
%28.54
%41.12

CMYK Percentages of Color #988fce

%26
%31
%0
%19

Triadic Colors of #988fce

#988fce #ce988f #8fce98

Analogous Colors of #988fce

#988fce #b88fce #8fa6ce

Monochromatic Colors of #988fce

#988fce

Complementary Color

#988fce #c5ce8f

#988fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#988fce Color CSS Codes

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

#988fce Text Font Color

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

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


#988fce Background Color

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

This div background color is #988fce


#988fce Border Color

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

This div border color is #988fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988fce


Comments

No comments written yet.

Please login to write comment.