Color Hex Logo

#988def Color Hex

#988DEF
(152,141,239)
0 Favorites   0 Comments

Color spaces of #988def

RGB 152141239
HSL0.690.750.75
HSV247°41°94°
CMYK 0.360.410.00   0.06
XYZ38.053831.957185.8241
Yxy31.95710.24420.2051
Hunter Lab56.530621.2294-50.4419
CIE-Lab63.307426.6739-48.0111

#988def color RGB value is (152,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001101 11101111
Octal 230 215 357
Decimal 152 141 239
Hex 98 8D EF

RGB Percentages of Color #988def

%28.57
%26.50
%44.92

CMYK Percentages of Color #988def

%36
%41
%0
%6

Triadic Colors of #988def

#988def #ef988d #8def98

Analogous Colors of #988def

#988def #c98def #8db3ef

Monochromatic Colors of #988def

#988def

Complementary Color

#988def #e4ef8d

#988def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988def Color Preview on White Background

Lorem ipsum dolor sit amet.

#988def Color CSS Codes

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

#988def Text Font Color

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

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


#988def Background Color

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

This div background color is #988def


#988def Border Color

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

This div border color is #988def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988def

#988def Color Palettes


Comments

No comments written yet.

Please login to write comment.