Color Hex Logo

#988eef Color Hex

#988EEF
(152,142,239)
0 Favorites   0 Comments

Color spaces of #988eef

RGB 152142239
HSL0.680.750.75
HSV246°41°94°
CMYK 0.360.410.00   0.06
XYZ38.201932.253485.8734
Yxy32.25340.24440.2063
Hunter Lab56.792120.6841-49.8960
CIE-Lab63.551826.0981-47.6251

#988eef color RGB value is (152,142,239).

#988eef hex color red value is 152, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #988eef hue: 0.68 , saturation: 0.75 and the lightness value of 988eef is 0.75.

The process color (four color CMYK) of #988eef color hex is 0.36, 0.41, 0.00, 0.06. Web safe color of #988eef is #9999ff. Color #988eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11101111
Octal 230 216 357
Decimal 152 142 239
Hex 98 8E EF

RGB Percentages of Color #988eef

%28.52
%26.64
%44.84

CMYK Percentages of Color #988eef

%36
%41
%0
%6

Triadic Colors of #988eef

#988eef #ef988e #8eef98

Analogous Colors of #988eef

#988eef #c98eef #8eb5ef

Monochromatic Colors of #988eef

#988eef

Complementary Color

#988eef #e5ef8e

#988eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#988eef Color CSS Codes

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

#988eef Text Font Color

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

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


#988eef Background Color

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

This div background color is #988eef


#988eef Border Color

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

This div border color is #988eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988eef


Comments

No comments written yet.

Please login to write comment.