Color Hex Logo

#988caf Color Hex

#988CAF
(152,140,175)
0 Favorites   0 Comments

Color spaces of #988caf

RGB 152140175
HSL0.720.180.62
HSV261°20°69°
CMYK 0.130.200.00   0.31
XYZ30.064828.526744.4791
Yxy28.52670.29170.2768
Hunter Lab53.41047.0098-11.9882
CIE-Lab60.361611.5324-16.7402

#988caf color RGB value is (152,140,175).

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

The process color (four color CMYK) of #988caf color hex is 0.13, 0.20, 0.00, 0.31. Web safe color of #988caf is #999999. Color #988caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 10101111
Octal 230 214 257
Decimal 152 140 175
Hex 98 8C AF

RGB Percentages of Color #988caf

%32.55
%29.98
%37.47

CMYK Percentages of Color #988caf

%13
%20
%0
%31

Triadic Colors of #988caf

#988caf #af988c #8caf98

Analogous Colors of #988caf

#988caf #aa8caf #8c92af

Monochromatic Colors of #988caf

#988caf

Complementary Color

#988caf #a3af8c

#988caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#988caf Color CSS Codes

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

#988caf Text Font Color

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

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


#988caf Background Color

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

This div background color is #988caf


#988caf Border Color

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

This div border color is #988caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988caf


Comments

No comments written yet.

Please login to write comment.