Color Hex Logo

#988eed Color Hex

#988EED
(152,142,237)
0 Favorites   0 Comments

Color spaces of #988eed

RGB 152142237
HSL0.680.730.74
HSV246°40°93°
CMYK 0.360.400.00   0.07
XYZ37.908032.135884.3256
Yxy32.13580.24560.2082
Hunter Lab56.688420.1595-48.5136
CIE-Lab63.455025.5666-46.6751

#988eed color RGB value is (152,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11101101
Octal 230 216 355
Decimal 152 142 237
Hex 98 8E ED

RGB Percentages of Color #988eed

%28.63
%26.74
%44.63

CMYK Percentages of Color #988eed

%36
%40
%0
%7

Triadic Colors of #988eed

#988eed #ed988e #8eed98

Analogous Colors of #988eed

#988eed #c88eed #8eb4ed

Monochromatic Colors of #988eed

#988eed

Complementary Color

#988eed #e3ed8e

#988eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#988eed Color CSS Codes

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

#988eed Text Font Color

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

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


#988eed Background Color

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

This div background color is #988eed


#988eed Border Color

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

This div border color is #988eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988eed


Comments

No comments written yet.

Please login to write comment.