Color Hex Logo

#989cc3 Color Hex

#989CC3
(152,156,195)
0 Favorites   0 Comments

Color spaces of #989cc3

RGB 152156195
HSL0.650.260.68
HSV234°22°76°
CMYK 0.220.200.00   0.24
XYZ34.687734.392556.4399
Yxy34.39250.27640.2740
Hunter Lab58.64512.9511-16.0089
CIE-Lab65.27296.9988-20.5334

#989cc3 color RGB value is (152,156,195).

#989cc3 hex color red value is 152, green value is 156 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #989cc3 hue: 0.65 , saturation: 0.26 and the lightness value of 989cc3 is 0.68.

The process color (four color CMYK) of #989cc3 color hex is 0.22, 0.20, 0.00, 0.24. Web safe color of #989cc3 is #9999cc. Color #989cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11000011
Octal 230 234 303
Decimal 152 156 195
Hex 98 9C C3

RGB Percentages of Color #989cc3

%30.22
%31.01
%38.77

CMYK Percentages of Color #989cc3

%22
%20
%0
%24

Triadic Colors of #989cc3

#989cc3 #c3989c #9cc398

Analogous Colors of #989cc3

#989cc3 #aa98c3 #98b2c3

Monochromatic Colors of #989cc3

#989cc3

Complementary Color

#989cc3 #c3bf98

#989cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cc3 Color CSS Codes

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

#989cc3 Text Font Color

<p style="color:#989cc3">Text here</p>

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


#989cc3 Background Color

<div style="background-color:#989cc3">
Div content here</div>

This div background color is #989cc3


#989cc3 Border Color

<div style="border:3px solid #989cc3">
Div here</div>

This div border color is #989cc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,156,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989cc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989cc3;
  -webkit-box-shadow: 1px 1px 3px 2px #989cc3;
  box-shadow:         1px 1px 3px 2px #989cc3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cc3


Comments

No comments written yet.

Please login to write comment.