Color Hex Logo

#988cca Color Hex

#988CCA
(152,140,202)
0 Favorites   0 Comments

Color spaces of #988cca

RGB 152140202
HSL0.700.370.67
HSV252°31°79°
CMYK 0.250.310.00   0.21
XYZ32.987629.695859.8703
Yxy29.69580.26920.2423
Hunter Lab54.493912.6899-26.9939
CIE-Lab61.390917.7963-30.4177

#988cca color RGB value is (152,140,202).

#988cca hex color red value is 152, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #988cca hue: 0.70 , saturation: 0.37 and the lightness value of 988cca is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001100 11001010
Octal 230 214 312
Decimal 152 140 202
Hex 98 8C CA

RGB Percentages of Color #988cca

%30.77
%28.34
%40.89

CMYK Percentages of Color #988cca

%25
%31
%0
%21

Triadic Colors of #988cca

#988cca #ca988c #8cca98

Analogous Colors of #988cca

#988cca #b78cca #8c9fca

Monochromatic Colors of #988cca

#988cca

Complementary Color

#988cca #beca8c

#988cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#988cca Color CSS Codes

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

#988cca Text Font Color

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

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


#988cca Background Color

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

This div background color is #988cca


#988cca Border Color

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

This div border color is #988cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988cca


Comments

No comments written yet.

Please login to write comment.