Color Hex Logo

#988bef Color Hex

#988BEF
(152,139,239)
0 Favorites   0 Comments

Color spaces of #988bef

RGB 152139239
HSL0.690.760.74
HSV248°42°94°
CMYK 0.360.420.00   0.06
XYZ37.761531.372685.7266
Yxy31.37260.24380.2026
Hunter Lab56.011222.3209-51.5369
CIE-Lab62.820927.8248-48.7799

#988bef color RGB value is (152,139,239).

#988bef hex color red value is 152, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #988bef hue: 0.69 , saturation: 0.76 and the lightness value of 988bef is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001011 11101111
Octal 230 213 357
Decimal 152 139 239
Hex 98 8B EF

RGB Percentages of Color #988bef

%28.68
%26.23
%45.09

CMYK Percentages of Color #988bef

%36
%42
%0
%6

Triadic Colors of #988bef

#988bef #ef988b #8bef98

Analogous Colors of #988bef

#988bef #ca8bef #8bb0ef

Monochromatic Colors of #988bef

#988bef

Complementary Color

#988bef #e2ef8b

#988bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#988bef Color CSS Codes

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

#988bef Text Font Color

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

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


#988bef Background Color

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

This div background color is #988bef


#988bef Border Color

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

This div border color is #988bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988bef


Comments

No comments written yet.

Please login to write comment.