Color Hex Logo

#988ed6 Color Hex

#988ED6
(152,142,214)
0 Favorites   0 Comments

Color spaces of #988ed6

RGB 152142214
HSL0.690.470.70
HSV248°34°84°
CMYK 0.290.340.00   0.16
XYZ34.759530.876467.7461
Yxy30.87640.26060.2315
Hunter Lab55.566514.4188-33.3891
CIE-Lab62.403219.6149-35.5632

#988ed6 color RGB value is (152,142,214).

#988ed6 hex color red value is 152, green value is 142 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #988ed6 hue: 0.69 , saturation: 0.47 and the lightness value of 988ed6 is 0.70.

The process color (four color CMYK) of #988ed6 color hex is 0.29, 0.34, 0.00, 0.16. Web safe color of #988ed6 is #9999cc. Color #988ed6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11010110
Octal 230 216 326
Decimal 152 142 214
Hex 98 8E D6

RGB Percentages of Color #988ed6

%29.92
%27.95
%42.13

CMYK Percentages of Color #988ed6

%29
%34
%0
%16

Triadic Colors of #988ed6

#988ed6 #d6988e #8ed698

Analogous Colors of #988ed6

#988ed6 #bc8ed6 #8ea8d6

Monochromatic Colors of #988ed6

#988ed6

Complementary Color

#988ed6 #ccd68e

#988ed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ed6 Color CSS Codes

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

#988ed6 Text Font Color

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

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


#988ed6 Background Color

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

This div background color is #988ed6


#988ed6 Border Color

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

This div border color is #988ed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ed6


Comments

No comments written yet.

Please login to write comment.