Color Hex Logo

#988cec Color Hex

#988CEC
(152,140,236)
0 Favorites   0 Comments

Color spaces of #988cec

RGB 152140236
HSL0.690.720.74
HSV248°41°93°
CMYK 0.360.410.00   0.07
XYZ37.467331.487783.4599
Yxy31.48770.24580.2066
Hunter Lab56.113920.9853-48.9041
CIE-Lab62.917226.4528-46.9716

#988cec color RGB value is (152,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 11101100
Octal 230 214 354
Decimal 152 140 236
Hex 98 8C EC

RGB Percentages of Color #988cec

%28.79
%26.52
%44.70

CMYK Percentages of Color #988cec

%36
%41
%0
%7

Triadic Colors of #988cec

#988cec #ec988c #8cec98

Analogous Colors of #988cec

#988cec #c88cec #8cb0ec

Monochromatic Colors of #988cec

#988cec

Complementary Color

#988cec #e0ec8c

#988cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cec Color CSS Codes

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

#988cec Text Font Color

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

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


#988cec Background Color

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

This div background color is #988cec


#988cec Border Color

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

This div border color is #988cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cec


Comments

No comments written yet.

Please login to write comment.