Color Hex Logo

#988ade Color Hex

#988ADE
(152,138,222)
0 Favorites   0 Comments

Color spaces of #988ade

RGB 152138222
HSL0.690.560.71
HSV250°38°87°
CMYK 0.320.380.00   0.13
XYZ35.222230.126373.0658
Yxy30.12630.25450.2177
Hunter Lab54.887418.4935-40.5053
CIE-Lab61.763023.9536-41.0239

#988ade color RGB value is (152,138,222).

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

The process color (four color CMYK) of #988ade color hex is 0.32, 0.38, 0.00, 0.13. Web safe color of #988ade is #9999cc. Color #988ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11011110
Octal 230 212 336
Decimal 152 138 222
Hex 98 8A DE

RGB Percentages of Color #988ade

%29.69
%26.95
%43.36

CMYK Percentages of Color #988ade

%32
%38
%0
%13

Triadic Colors of #988ade

#988ade #de988a #8ade98

Analogous Colors of #988ade

#988ade #c28ade #8aa6de

Monochromatic Colors of #988ade

#988ade

Complementary Color

#988ade #d0de8a

#988ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ade Color CSS Codes

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

#988ade Text Font Color

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

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


#988ade Background Color

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

This div background color is #988ade


#988ade Border Color

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

This div border color is #988ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ade


Comments

No comments written yet.

Please login to write comment.