Color Hex Logo

#988ecd Color Hex

#988ECD
(152,142,205)
0 Favorites   0 Comments

Color spaces of #988ecd

RGB 152142205
HSL0.690.390.68
HSV250°31°80°
CMYK 0.260.310.00   0.20
XYZ33.641330.429261.8579
Yxy30.42920.26710.2416
Hunter Lab55.162712.3247-27.8723
CIE-Lab62.022817.3783-31.1217

#988ecd color RGB value is (152,142,205).

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

The process color (four color CMYK) of #988ecd color hex is 0.26, 0.31, 0.00, 0.20. Web safe color of #988ecd is #9999cc. Color #988ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001110 11001101
Octal 230 216 315
Decimal 152 142 205
Hex 98 8E CD

RGB Percentages of Color #988ecd

%30.46
%28.46
%41.08

CMYK Percentages of Color #988ecd

%26
%31
%0
%20

Triadic Colors of #988ecd

#988ecd #cd988e #8ecd98

Analogous Colors of #988ecd

#988ecd #b88ecd #8ea4cd

Monochromatic Colors of #988ecd

#988ecd

Complementary Color

#988ecd #c3cd8e

#988ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#988ecd Color CSS Codes

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

#988ecd Text Font Color

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

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


#988ecd Background Color

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

This div background color is #988ecd


#988ecd Border Color

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

This div border color is #988ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988ecd


Comments

No comments written yet.

Please login to write comment.