Color Hex Logo

#988ffa Color Hex

#988FFA
(152,143,250)
0 Favorites   0 Comments

Color spaces of #988ffa

RGB 152143250
HSL0.680.910.77
HSV245°43°98°
CMYK 0.390.430.00   0.02
XYZ40.026733.222494.7454
Yxy33.22240.23830.1978
Hunter Lab57.638923.0894-57.1123
CIE-Lab64.340628.4821-52.4214

#988ffa color RGB value is (152,143,250).

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

The process color (four color CMYK) of #988ffa color hex is 0.39, 0.43, 0.00, 0.02. Web safe color of #988ffa is #9999ff. Color #988ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11111010
Octal 230 217 372
Decimal 152 143 250
Hex 98 8F FA

RGB Percentages of Color #988ffa

%27.89
%26.24
%45.87

CMYK Percentages of Color #988ffa

%39
%43
%0
%2

Triadic Colors of #988ffa

#988ffa #fa988f #8ffa98

Analogous Colors of #988ffa

#988ffa #ce8ffa #8fbcfa

Monochromatic Colors of #988ffa

#988ffa

Complementary Color

#988ffa #f1fa8f

#988ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ffa Color CSS Codes

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

#988ffa Text Font Color

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

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


#988ffa Background Color

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

This div background color is #988ffa


#988ffa Border Color

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

This div border color is #988ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ffa


Comments

No comments written yet.

Please login to write comment.