Color Hex Logo

#988ffc Color Hex

#988FFC
(152,143,252)
0 Favorites   0 Comments

Color spaces of #988ffc

RGB 152143252
HSL0.680.950.77
HSV245°43°99°
CMYK 0.400.430.00   0.01
XYZ40.342033.348696.4061
Yxy33.34860.23720.1961
Hunter Lab57.748223.6378-58.5562
CIE-Lab64.442229.0257-53.3553

#988ffc color RGB value is (152,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 11111100
Octal 230 217 374
Decimal 152 143 252
Hex 98 8F FC

RGB Percentages of Color #988ffc

%27.79
%26.14
%46.07

CMYK Percentages of Color #988ffc

%40
%43
%0
%1

Triadic Colors of #988ffc

#988ffc #fc988f #8ffc98

Analogous Colors of #988ffc

#988ffc #cf8ffc #8fbdfc

Monochromatic Colors of #988ffc

#988ffc

Complementary Color

#988ffc #f3fc8f

#988ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ffc Color CSS Codes

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

#988ffc Text Font Color

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

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


#988ffc Background Color

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

This div background color is #988ffc


#988ffc Border Color

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

This div border color is #988ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ffc


Comments

No comments written yet.

Please login to write comment.