Color Hex Logo

#988aee Color Hex

#988AEE
(152,138,238)
0 Favorites   0 Comments

Color spaces of #988aee

RGB 152138238
HSL0.690.750.74
HSV248°42°93°
CMYK 0.360.420.00   0.07
XYZ37.470031.025484.9025
Yxy31.02540.24430.2023
Hunter Lab55.700422.6022-51.3836
CIE-Lab62.529128.1346-48.6894

#988aee color RGB value is (152,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11101110
Octal 230 212 356
Decimal 152 138 238
Hex 98 8A EE

RGB Percentages of Color #988aee

%28.79
%26.14
%45.08

CMYK Percentages of Color #988aee

%36
%42
%0
%7

Triadic Colors of #988aee

#988aee #ee988a #8aee98

Analogous Colors of #988aee

#988aee #ca8aee #8aaeee

Monochromatic Colors of #988aee

#988aee

Complementary Color

#988aee #e0ee8a

#988aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#988aee Color CSS Codes

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

#988aee Text Font Color

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

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


#988aee Background Color

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

This div background color is #988aee


#988aee Border Color

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

This div border color is #988aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988aee


Comments

No comments written yet.

Please login to write comment.